summaryrefslogtreecommitdiff
path: root/gr-digital/python/qa_constellation_receiver.py
diff options
context:
space:
mode:
authorBen Reynwar2012-09-30 17:23:19 -0700
committerBen Reynwar2012-09-30 17:23:19 -0700
commit33d9cf8800d3b4c0bbbff09b7588c21ed35e3220 (patch)
tree8c34108db2e071d1ab9dd7143b97b3c2da725221 /gr-digital/python/qa_constellation_receiver.py
parent96f181f29afbae43fa449297a232637fadf426d0 (diff)
downloadgnuradio-33d9cf8800d3b4c0bbbff09b7588c21ed35e3220.tar.gz
gnuradio-33d9cf8800d3b4c0bbbff09b7588c21ed35e3220.tar.bz2
gnuradio-33d9cf8800d3b4c0bbbff09b7588c21ed35e3220.zip
digital: Fixed scaling bug in QAM constellations.
Diffstat (limited to 'gr-digital/python/qa_constellation_receiver.py')
-rwxr-xr-xgr-digital/python/qa_constellation_receiver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/python/qa_constellation_receiver.py b/gr-digital/python/qa_constellation_receiver.py
index 2d25433b9..fe9c923c5 100755
--- a/gr-digital/python/qa_constellation_receiver.py
+++ b/gr-digital/python/qa_constellation_receiver.py
@@ -39,7 +39,7 @@ SEED = 1239
# We need this many to let the frequency recovery block converge.
DATA_LENGTH = 2000
# Test fails if fraction of output that is correct is less than this.
-REQ_CORRECT = 0.7
+REQ_CORRECT = 0.9
# CHANNEL PARAMETERS
NOISE_VOLTAGE = 0.01