Update qtgui sink constructor.

This commit is contained in:
Alexandru Csete 2011-04-22 22:01:25 +02:00
parent 0f475e1e27
commit f3c83260a7

View File

@ -493,7 +493,7 @@ class my_top_block(gr.top_block):
self.snk = qtgui.sink_c(self._fftsize, firdes.WIN_BLACKMAN_hARRIS,
self._freq, self._bandwidth,
"USRP Display",
True, False, False, False, False)
True, False, False, False)
# frequency xlating filter used for tuning and decimation
# to bring "demo rate" down to 50 ksps regardless of USRP decimation (250k for FM-W)