diff options
author | Tom Rondeau | 2010-03-06 17:15:33 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-03-06 17:15:33 -0500 |
commit | ff876f7cc310bbdf1c5d05f85daba0afdb33561a (patch) | |
tree | f43f2ab2f0e1964708a50dffe05ad47b13d09ea0 /gnuradio-examples/python/digital/benchmark_qt_rx2.py | |
parent | 5b0fbc73d7e35b617df517a5182c00731f4c66d7 (diff) | |
download | gnuradio-ff876f7cc310bbdf1c5d05f85daba0afdb33561a.tar.gz gnuradio-ff876f7cc310bbdf1c5d05f85daba0afdb33561a.tar.bz2 gnuradio-ff876f7cc310bbdf1c5d05f85daba0afdb33561a.zip |
Fixing how new pick_bitrate is used.
Diffstat (limited to 'gnuradio-examples/python/digital/benchmark_qt_rx2.py')
-rwxr-xr-x | gnuradio-examples/python/digital/benchmark_qt_rx2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-examples/python/digital/benchmark_qt_rx2.py b/gnuradio-examples/python/digital/benchmark_qt_rx2.py index d6338f853..4de15e480 100755 --- a/gnuradio-examples/python/digital/benchmark_qt_rx2.py +++ b/gnuradio-examples/python/digital/benchmark_qt_rx2.py @@ -268,6 +268,7 @@ class my_top_block(gr.top_block): (self._bitrate, self._samples_per_symbol, self._decim) = \ pick_rx_bitrate(options.bitrate, self._demod_class.bits_per_symbol(), \ + options.samples_per_symbol, options.decim, \ adc_rate, self.u.get_decim_rates()) self.u.set_decim(self._decim) |