summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python/gnuradio/blks2impl
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-10-07 17:39:33 -0400
committerTom Rondeau <trondeau@vt.edu>2011-10-07 17:39:49 -0400
commit9e1810646ae9253ee8346cedbc0168a4956f7f1e (patch)
treeeac3637b6f7af55a144d564a326440f9f29ac1db /gnuradio-core/src/python/gnuradio/blks2impl
parentc4f3e0a671f3d756b96fa4671726348499712af3 (diff)
uhd: adding uhd_rx_nogui app to uhd apps directory.
Diffstat (limited to 'gnuradio-core/src/python/gnuradio/blks2impl')
-rw-r--r--gnuradio-core/src/python/gnuradio/blks2impl/fm_demod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/gnuradio/blks2impl/fm_demod.py b/gnuradio-core/src/python/gnuradio/blks2impl/fm_demod.py
index 1910b50117..55870513aa 100644
--- a/gnuradio-core/src/python/gnuradio/blks2impl/fm_demod.py
+++ b/gnuradio-core/src/python/gnuradio/blks2impl/fm_demod.py
@@ -88,7 +88,7 @@ class demod_20k0f3e_cf(fm_demod_cf):
fm_demod_cf.__init__(self, channel_rate, audio_decim,
5000, # Deviation
3000, # Audio passband frequency
- 4000) # Audio stopband frequency
+ 4500) # Audio stopband frequency
class demod_200kf3e_cf(fm_demod_cf):
"""