aboutsummaryrefslogtreecommitdiffstats
path: root/flowgraphs/qpsk_hw.py
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-12-15 22:13:30 +0100
committersara <sara.halter@gmx.ch>2021-12-15 22:13:30 +0100
commit08471e8c172a7132ddb48ee14dc1d0479f6c6f7c (patch)
tree08fa60abaf52f171994b600d8f71b497b9d9642b /flowgraphs/qpsk_hw.py
parentRicean Part (diff)
downloadFading-08471e8c172a7132ddb48ee14dc1d0479f6c6f7c.tar.gz
Fading-08471e8c172a7132ddb48ee14dc1d0479f6c6f7c.zip
littel changes on the flowgraphs and gui
Diffstat (limited to '')
-rwxr-xr-xflowgraphs/qpsk_hw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/flowgraphs/qpsk_hw.py b/flowgraphs/qpsk_hw.py
index 9db06a3..741f405 100755
--- a/flowgraphs/qpsk_hw.py
+++ b/flowgraphs/qpsk_hw.py
@@ -207,7 +207,7 @@ class qpsk_hw(gr.top_block, Qt.QWidget):
self._qtgui_const_sink_x_0_0_win = sip.wrapinstance(self.qtgui_const_sink_x_0_0.pyqwidget(), Qt.QWidget)
self.top_grid_layout.addWidget(self._qtgui_const_sink_x_0_0_win)
self.fadingui_phasecorrection_0 = fadingui.phasecorrection(frame_len)
- self.fadingui_ber_0 = fadingui.ber(vgl=testvec + list(np.zeros(4)), vlen=frame_len)
+ self.fadingui_ber_0 = fadingui.ber(vgl=testvec + list(np.zeros(4)), vlen=frame_len,address='udp://localhost:31420')
self.digital_pfb_clock_sync_xxx_0 = digital.pfb_clock_sync_ccf(sps, 2 * np.pi / 100, rrc_taps, 32, 16, 1.5, 1)
self.digital_lms_dd_equalizer_cc_0 = digital.lms_dd_equalizer_cc(15, 3e-3, 1, qpsk_const)
self.digital_corr_est_cc_0 = digital.corr_est_cc(access_code_symbols, 1, len(access_code_symbols) // 2, 0.7, digital.THRESHOLD_ABSOLUTE)