From 9988664127b367fa8fee4409f8460673d6f265e1 Mon Sep 17 00:00:00 2001 From: jblum Date: Tue, 23 Jun 2009 20:38:18 +0000 Subject: Merging r11186:11273 from grc branch. Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/blocks/blks2_standard_squelch.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 grc/blocks/blks2_standard_squelch.xml (limited to 'grc/blocks/blks2_standard_squelch.xml') diff --git a/grc/blocks/blks2_standard_squelch.xml b/grc/blocks/blks2_standard_squelch.xml new file mode 100644 index 000000000..fc60a31e8 --- /dev/null +++ b/grc/blocks/blks2_standard_squelch.xml @@ -0,0 +1,32 @@ + + + + Standard Squelch + blks2_standard_squelch + from gnuradio import blks2 + blks2.standard_squelch(audio_rate=$audio_rate) +$(id).set_threshold($threshold) + set_threshold($threshold) + + Audio Rate + audio_rate + real + + + Threshold + threshold + real + + + in + float + + + out + float + + -- cgit From d98521bc6251d2fa83267980379b0c8643618956 Mon Sep 17 00:00:00 2001 From: jblum Date: Sat, 4 Jul 2009 15:53:00 +0000 Subject: std squelch wrapper fix git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11339 221aa14e-8319-0410-a670-987f0aec2ac5 --- grc/blocks/blks2_standard_squelch.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc/blocks/blks2_standard_squelch.xml') diff --git a/grc/blocks/blks2_standard_squelch.xml b/grc/blocks/blks2_standard_squelch.xml index fc60a31e8..f0baeb662 100644 --- a/grc/blocks/blks2_standard_squelch.xml +++ b/grc/blocks/blks2_standard_squelch.xml @@ -9,7 +9,7 @@ blks2_standard_squelch from gnuradio import blks2 blks2.standard_squelch(audio_rate=$audio_rate) -$(id).set_threshold($threshold) +self.$(id).set_threshold($threshold) set_threshold($threshold) Audio Rate -- cgit