From ee9f15f1a6e1e3978e90c63779491eb17ab8e3a3 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Thu, 30 May 2019 16:51:52 +0000 Subject: [PATCH] - added peak off hysteresis git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@521 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- gr-jay/grc/jay_peak_detect.xml | 12 +++++++++--- gr-jay/include/jay/peak_detect.h | 2 +- gr-jay/lib/peak_detect_impl.cc | 13 +++++++------ gr-jay/lib/peak_detect_impl.h | 5 +++-- 4 files changed, 20 insertions(+), 12 deletions(-) diff --git a/gr-jay/grc/jay_peak_detect.xml b/gr-jay/grc/jay_peak_detect.xml index fee51d2..fb605cb 100644 --- a/gr-jay/grc/jay_peak_detect.xml +++ b/gr-jay/grc/jay_peak_detect.xml @@ -4,7 +4,7 @@ jay_peak_detect [jay] import jay - jay.peak_detect($vlen, $framerate, $bandwidth, $fcenter, $peak_height_min, $peak_width_min, $peak_width_max, $alpha_s, $alpha_m) + jay.peak_detect($vlen, $framerate, $bandwidth, $fcenter, $peak_thresh, $peak_hysteresis, $peak_width_min, $peak_width_max, $alpha_s, $alpha_m)