Fixing use of pick_bitrate2 in QT Rx2.
authorTom Rondeau <trondeau@vt.edu>
Sat, 27 Feb 2010 22:37:45 +0000 (17:37 -0500)
committerTom Rondeau <trondeau@vt.edu>
Sat, 27 Feb 2010 22:37:45 +0000 (17:37 -0500)
gnuradio-examples/python/digital/benchmark_qt_rx2.py

index d6338f85331293b4eda6656bcfb98a0b0ade8ade..3285d8e4a0081860c410b2160910edb736922655 100755 (executable)
@@ -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)