diff options
Diffstat (limited to 'gr-digital/python/qa_costas_loop_cc.py')
-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 |