-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUpZero.spd.xml
More file actions
46 lines (45 loc) · 1.88 KB
/
UpZero.spd.xml
File metadata and controls
46 lines (45 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright (C) 2015 Axios, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE softpkg PUBLIC "-//JTRS//DTD SCA V2.2.2 SPD//EN" "softpkg.dtd">
<softpkg id="DCE:928b24eb-f5df-4502-9245-6289c20d992b" name="UpZero" type="sca_compliant" version="1.0.0">
<title></title>
<author>
<name>null</name>
</author>
<description>Upsamples an incoming set of data by the upsample_factor.
Inserts zeros between every sample of data coming in and outputs the data. The process of upsampling will leave spectral copies at multiples of the original sample rate, which may require filtering to remove.</description>
<propertyfile type="PRF">
<localfile name="UpZero.prf.xml"/>
</propertyfile>
<descriptor>
<localfile name="UpZero.scd.xml"/>
</descriptor>
<implementation id="cpp">
<description>The implementation contains descriptive information about the template for a software component.</description>
<code type="Executable">
<localfile name="cpp/UpZero"/>
<entrypoint>cpp/UpZero</entrypoint>
</code>
<compiler name="/usr/bin/gcc" version="4.1.2"/>
<programminglanguage name="C++"/>
<humanlanguage name="EN"/>
<os name="Linux"/>
<processor name="x86"/>
<processor name="x86_64"/>
</implementation>
</softpkg>