Fixing how new pick_bitrate is used.
authorTom Rondeau <trondeau@vt.edu>
Sat, 6 Mar 2010 22:15:33 +0000 (17:15 -0500)
committerTom Rondeau <trondeau@vt.edu>
Sat, 6 Mar 2010 22:15:33 +0000 (17:15 -0500)
gnuradio-examples/python/digital/benchmark_qt_rx2.py

index d6338f85331293b4eda6656bcfb98a0b0ade8ade..4de15e4800d797a56c009309745ab43dd6e84675 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)