summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2012-10-01 21:45:43 -0700
committerBen Reynwar <ben@reynwar.net>2012-10-01 21:45:43 -0700
commita5f794128d8386ff0067cbe2928af4ded728d3b2 (patch)
tree4c03943f29792ab5972d81f9046ae025c0ee72c0
parent33d9cf8800d3b4c0bbbff09b7588c21ed35e3220 (diff)
digital: Increase acceptable BER in qa_constellation_receiver back to prior value.
-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 fe9c923c54..2d25433b92 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.9
+REQ_CORRECT = 0.7
# CHANNEL PARAMETERS
NOISE_VOLTAGE = 0.01