From: n4hy Date: Wed, 1 Oct 2008 02:34:32 +0000 (+0000) Subject: Given 75 kHz deviation in the US FM market, Carson's rule says this is nominally... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=55a9ca4d4587de2d5a401d64d5eaf73717783388;p=debian%2Fgnuradio Given 75 kHz deviation in the US FM market, Carson's rule says this is nominally 180 kHz occupied bandwidth, not 200 kHz git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9690 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gnuradio-core/src/python/gnuradio/blks2impl/wfm_rcv_pll.py b/gnuradio-core/src/python/gnuradio/blks2impl/wfm_rcv_pll.py index 409a9a2c..e49544c8 100644 --- a/gnuradio-core/src/python/gnuradio/blks2impl/wfm_rcv_pll.py +++ b/gnuradio-core/src/python/gnuradio/blks2impl/wfm_rcv_pll.py @@ -39,7 +39,7 @@ class wfm_rcv_pll(gr.hier_block2): gr.hier_block2.__init__(self, "wfm_rcv_pll", gr.io_signature(1, 1, gr.sizeof_gr_complex), # Input signature gr.io_signature(1, 2, gr.sizeof_float)) # Output signature - bandwidth = 200e3 + bandwidth = 180e3 audio_rate = demod_rate / audio_decimation