diff options
author | Johnathan Corgan | 2012-01-02 11:17:29 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-01-02 11:17:29 -0800 |
commit | 68301f5ef8af45bfcfe8b66cf75631f322267a7b (patch) | |
tree | 7e710b49935962517339732d9df4b089edee1be0 /gr-digital/python | |
parent | dd84c8dfcb30617dbac56f49a57c1e363afe643b (diff) | |
parent | d87f67134ab6c28bc932b63c5315c33b0e293fd4 (diff) | |
download | gnuradio-68301f5ef8af45bfcfe8b66cf75631f322267a7b.tar.gz gnuradio-68301f5ef8af45bfcfe8b66cf75631f322267a7b.tar.bz2 gnuradio-68301f5ef8af45bfcfe8b66cf75631f322267a7b.zip |
Merge branch 'master' into next
Diffstat (limited to 'gr-digital/python')
-rwxr-xr-x | gr-digital/python/qa_constellation_receiver.py | 2 |
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 |