Fixing benchmark loopback to work with new v2's of modulators.
authorTom Rondeau <trondeau@vt.edu>
Wed, 12 May 2010 00:38:06 +0000 (20:38 -0400)
committerTom Rondeau <trondeau@vt.edu>
Wed, 12 May 2010 00:38:06 +0000 (20:38 -0400)
gnuradio-examples/python/digital/benchmark_qt_loopback2.py

index 56c6c7f52e22f8dd2493c339938ff4641366cdbb..02ae4b25ffe3209f9c84d3a42f51e633dea1df4b 100755 (executable)
@@ -254,7 +254,7 @@ class my_top_block(gr.top_block):
 
         # FIXME: do better exposure to lower issues for control
         self._gain_clock = self.rxpath.packet_receiver._demodulator._timing_alpha
-        self._gain_phase = self.rxpath.packet_receiver._demodulator._costas_alpha
+        self._gain_phase = self.rxpath.packet_receiver._demodulator._phase_alpha
         self._gain_freq  = self.rxpath.packet_receiver._demodulator._freq_alpha
 
         if channelon: