summaryrefslogtreecommitdiff
path: root/gr-digital/python
diff options
context:
space:
mode:
authorJohnathan Corgan2012-01-02 11:17:29 -0800
committerJohnathan Corgan2012-01-02 11:17:29 -0800
commit68301f5ef8af45bfcfe8b66cf75631f322267a7b (patch)
tree7e710b49935962517339732d9df4b089edee1be0 /gr-digital/python
parentdd84c8dfcb30617dbac56f49a57c1e363afe643b (diff)
parentd87f67134ab6c28bc932b63c5315c33b0e293fd4 (diff)
downloadgnuradio-68301f5ef8af45bfcfe8b66cf75631f322267a7b.tar.gz
gnuradio-68301f5ef8af45bfcfe8b66cf75631f322267a7b.tar.bz2
gnuradio-68301f5ef8af45bfcfe8b66cf75631f322267a7b.zip
Merge branch 'master' into next
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