-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpsd.spd.xml
More file actions
59 lines (54 loc) · 2.35 KB
/
psd.spd.xml
File metadata and controls
59 lines (54 loc) · 2.35 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE softpkg PUBLIC "-//JTRS//DTD SCA V2.2.2 SPD//EN" "softpkg.dtd">
<!--
This file is protected by Copyright. Please refer to the COPYRIGHT file distributed with this
source distribution.
This file is part of REDHAWK Basic Components psd.
REDHAWK Basic Components psd 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.
REDHAWK Basic Components psd 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/.
-->
<softpkg id="DCE:c77d5f12-16d3-11e5-a1b5-3417ebc4aab5" name="rh.psd" type="2.0.0" version="2.0.2">
<title></title>
<author>
<name>REDHAWK</name>
</author>
<description>FFT-based power spectral density (PSD) component that transforms data from the time domain to the frequency domain. Output data is framed data where each frame contains the frequncy domain representation of a subsection of the input.
This component provides both the real-valued PSD and the complex FFT outputs.</description>
<propertyfile type="PRF">
<localfile name="psd.prf.xml"/>
</propertyfile>
<descriptor>
<localfile name="psd.scd.xml"/>
</descriptor>
<implementation id="cpp">
<description>C++ implementation</description>
<code type="Executable">
<localfile name="cpp/psd"/>
<entrypoint>cpp/psd</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"/>
<dependency type="runtime_requirements">
<softpkgref>
<localfile name="/deps/rh/dsp/dsp.spd.xml"/>
<implref refid="cpp"/>
</softpkgref>
</dependency>
<dependency type="runtime_requirements">
<softpkgref>
<localfile name="/deps/rh/fftlib/fftlib.spd.xml"/>
<implref refid="cpp"/>
</softpkgref>
</dependency>
</implementation>
</softpkg>