diff options
author | Tom Rondeau | 2010-02-27 17:37:45 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-02-27 17:37:45 -0500 |
commit | b532f4b7b6030665cbd03a19dd776932d31a1734 (patch) | |
tree | bca5ae4b4be9a623e4923353036a1f68c9af04d6 /gnuradio-examples | |
parent | b45af8e91d37ac660f24f858a672a69952cc0e49 (diff) | |
download | gnuradio-b532f4b7b6030665cbd03a19dd776932d31a1734.tar.gz gnuradio-b532f4b7b6030665cbd03a19dd776932d31a1734.tar.bz2 gnuradio-b532f4b7b6030665cbd03a19dd776932d31a1734.zip |
Fixing use of pick_bitrate2 in QT Rx2.
Diffstat (limited to 'gnuradio-examples')
-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..3285d8e4a 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) |