diff --git a/gr-jay/grc/jay_peak_detect.xml b/gr-jay/grc/jay_peak_detect.xml index fb605cb..9c53f31 100644 --- a/gr-jay/grc/jay_peak_detect.xml +++ b/gr-jay/grc/jay_peak_detect.xml @@ -5,6 +5,12 @@ [jay] import jay jay.peak_detect($vlen, $framerate, $bandwidth, $fcenter, $peak_thresh, $peak_hysteresis, $peak_width_min, $peak_width_max, $alpha_s, $alpha_m) + set_bandwidth($bandwidth) + set_centerFrequency($fcenter) + set_peakThresh($peak_thresh) + set_peakHysteresis($peak_hysteresis) + set_peakWidthMin($peak_width_min) + set_peakWidthMax($peak_width_max)