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_am_demod_cf.xml | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 grc/blocks/blks2_am_demod_cf.xml (limited to 'grc/blocks/blks2_am_demod_cf.xml') diff --git a/grc/blocks/blks2_am_demod_cf.xml b/grc/blocks/blks2_am_demod_cf.xml new file mode 100644 index 000000000..898c613be --- /dev/null +++ b/grc/blocks/blks2_am_demod_cf.xml @@ -0,0 +1,47 @@ + + + + AM Demod + blks2_am_demod_cf + from gnuradio import blks2 + blks2.am_demod_cf( + channel_rate=$chan_rate, + audio_decim=$audio_decim, + audio_pass=$audio_pass, + audio_stop=$audio_stop, +) + + Channel Rate + chan_rate + real + + + Audio Decimation + audio_decim + int + + + Audio Pass + audio_pass + 5000 + real + + + Audio Stop + audio_stop + 5500 + real + + + in + complex + + + out + float + + -- cgit