summaryrefslogtreecommitdiff
path: root/gr-digital/python
diff options
context:
space:
mode:
authorTom Rondeau2012-01-01 18:21:25 -0500
committerTom Rondeau2012-01-01 18:21:25 -0500
commit810f72a7a3c7555636d64208886642970ea74188 (patch)
tree2f0cc21880153c95ab612a447bdcace71e66c7f4 /gr-digital/python
parent9838bb040af5eb21cd88dbc9aae8d4bdf2838854 (diff)
parentb53f0dfb6bbd0d2c0233ba3ee192a551b111d907 (diff)
downloadgnuradio-810f72a7a3c7555636d64208886642970ea74188.tar.gz
gnuradio-810f72a7a3c7555636d64208886642970ea74188.tar.bz2
gnuradio-810f72a7a3c7555636d64208886642970ea74188.zip
Merge branch 'maint'
Diffstat (limited to 'gr-digital/python')
-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 25107e4a7..6c0024678 100755
--- a/gr-digital/python/qa_constellation_receiver.py
+++ b/gr-digital/python/qa_constellation_receiver.py
@@ -38,7 +38,7 @@ random.seed(1239)
# TESTING PARAMETERS
# The number of symbols to test with.
# We need this many to let the frequency recovery block converge.
-DATA_LENGTH = 10000
+DATA_LENGTH = 2000
# Test fails if fraction of output that is correct is less than this.
REQ_CORRECT = 0.8