From: Tom Rondeau Date: Sat, 27 Feb 2010 22:37:45 +0000 (-0500) Subject: Fixing use of pick_bitrate2 in QT Rx2. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b532f4b7b6030665cbd03a19dd776932d31a1734;p=debian%2Fgnuradio Fixing use of pick_bitrate2 in QT Rx2. --- diff --git a/gnuradio-examples/python/digital/benchmark_qt_rx2.py b/gnuradio-examples/python/digital/benchmark_qt_rx2.py index d6338f85..3285d8e4 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)