[Peak Detector]

- added callbacks for dynamic parameter change

git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@535 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2019-06-01 09:38:51 +00:00
parent 560e8f95ec
commit a4626e99fc
4 changed files with 68 additions and 3 deletions
+6
View File
@@ -5,6 +5,12 @@
<category>[jay]</category>
<import>import jay</import>
<make>jay.peak_detect($vlen, $framerate, $bandwidth, $fcenter, $peak_thresh, $peak_hysteresis, $peak_width_min, $peak_width_max, $alpha_s, $alpha_m)</make>
<callback>set_bandwidth($bandwidth)</callback>
<callback>set_centerFrequency($fcenter)</callback>
<callback>set_peakThresh($peak_thresh)</callback>
<callback>set_peakHysteresis($peak_hysteresis)</callback>
<callback>set_peakWidthMin($peak_width_min)</callback>
<callback>set_peakWidthMax($peak_width_max)</callback>
<!-- Make one 'param' node for every Parameter you want settable from the GUI.
Sub-nodes:
* name