diff options
author | Tom Rondeau | 2011-05-08 17:04:08 +0100 |
---|---|---|
committer | Tom Rondeau | 2011-05-08 17:04:08 +0100 |
commit | c7fca756d4f880cfeea7c4b4b3319203ae7d6e90 (patch) | |
tree | cfc4afa264cde76a73e0d3416911e0a03258edd2 /gr-digital/python | |
parent | 1cbe1cae4dd4d651b676bedb060343a7c651f880 (diff) | |
download | gnuradio-c7fca756d4f880cfeea7c4b4b3319203ae7d6e90.tar.gz gnuradio-c7fca756d4f880cfeea7c4b4b3319203ae7d6e90.tar.bz2 gnuradio-c7fca756d4f880cfeea7c4b4b3319203ae7d6e90.zip |
digital: fixing qa code; adding (untested) GRC block for DxPSK demods.
Diffstat (limited to 'gr-digital/python')
-rw-r--r-- | gr-digital/python/qa_costas_loop_cc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-digital/python/qa_costas_loop_cc.py b/gr-digital/python/qa_costas_loop_cc.py index 2d8ce6726..368704093 100644 --- a/gr-digital/python/qa_costas_loop_cc.py +++ b/gr-digital/python/qa_costas_loop_cc.py @@ -135,7 +135,6 @@ class test_digital(gr_unittest.TestCase): data = [2*rot*const[d] for d in data] N = 40 # settling time - data = [rot1*const[d] for d in data] # rotate to align with sync expected_result = data[N:] rot = cmath.exp(0.1j) # some small rotation |