- added peak off hysteresis

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@521 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-05-30 16:51:52 +00:00
parent a589d6477a
commit ee9f15f1a6
4 changed files with 20 additions and 12 deletions
+9 -3
View File
@@ -4,7 +4,7 @@
<key>jay_peak_detect</key>
<category>[jay]</category>
<import>import jay</import>
<make>jay.peak_detect($vlen, $framerate, $bandwidth, $fcenter, $peak_height_min, $peak_width_min, $peak_width_max, $alpha_s, $alpha_m)</make>
<make>jay.peak_detect($vlen, $framerate, $bandwidth, $fcenter, $peak_thresh, $peak_hysteresis, $peak_width_min, $peak_width_max, $alpha_s, $alpha_m)</make>
<!-- Make one 'param' node for every Parameter you want settable from the GUI.
Sub-nodes:
* name
@@ -34,12 +34,18 @@
<value>0</value>
<type>float</type>
</param>
<param>
<param>
<name>Peak Threshold [dB]</name>
<key>peak_height_min</key>
<key>peak_thresh</key>
<value>20</value>
<type>float</type>
</param>
<param>
<name>Peak Hysteresis [dB]</name>
<key>peak_hysteresis</key>
<value>3</value>
<type>float</type>
</param>
<param>
<name>Peak BW Minimum [Hz]</name>
<key>peak_width_min</key>