aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/QAM/qam.py
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-12-08 19:31:48 +0100
committersara <sara.halter@gmx.ch>2021-12-08 19:31:48 +0100
commit746fc0bf57d9a6a57da5587406a229569f055e6b (patch)
tree84051a667689ab8b215a894ef74ca997ee44b1c3 /simulation/QAM/qam.py
parentKleine änderung Doku (diff)
downloadFading-746fc0bf57d9a6a57da5587406a229569f055e6b.tar.gz
Fading-746fc0bf57d9a6a57da5587406a229569f055e6b.zip
FIR Filter Statistical model weiter implementiert
Diffstat (limited to 'simulation/QAM/qam.py')
-rwxr-xr-xsimulation/QAM/qam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation/QAM/qam.py b/simulation/QAM/qam.py
index 2c96d0e..0ccc88f 100755
--- a/simulation/QAM/qam.py
+++ b/simulation/QAM/qam.py
@@ -88,7 +88,7 @@ class qam(gr.top_block, Qt.QWidget):
self.eq_ntaps = eq_ntaps = 15
self.eq_mod = eq_mod = 1
self.eq_gain = eq_gain = .01
- self.const = const = digital.constellation_16qam().base()
+ self.const = const = digital.constellation_qpsk().base()
self.chn_taps = chn_taps = [1.0 + 0.0j, ]
##################################################