diff options
author | Tom Rondeau | 2011-10-12 22:42:55 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-12 22:42:55 -0400 |
commit | d53109a88522d243bf684ffe1a9aad2801c52f07 (patch) | |
tree | 683f27b18e62048063b186676eddc466c845d29b /gr-digital/python/qa_clock_recovery_mm.py | |
parent | d47f0aeab7343fb033352e2ddb787c1dc95d660d (diff) | |
download | gnuradio-d53109a88522d243bf684ffe1a9aad2801c52f07.tar.gz gnuradio-d53109a88522d243bf684ffe1a9aad2801c52f07.tar.bz2 gnuradio-d53109a88522d243bf684ffe1a9aad2801c52f07.zip |
digital: OFDM using new psk and qam modules for constellations. Also, psk2->psk updated in all files and examples.
Diffstat (limited to 'gr-digital/python/qa_clock_recovery_mm.py')
-rwxr-xr-x | gr-digital/python/qa_clock_recovery_mm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/python/qa_clock_recovery_mm.py b/gr-digital/python/qa_clock_recovery_mm.py index 5ef86eda0..f4c345b03 100755 --- a/gr-digital/python/qa_clock_recovery_mm.py +++ b/gr-digital/python/qa_clock_recovery_mm.py @@ -21,7 +21,7 @@ # from gnuradio import gr, gr_unittest -import digital_swig, psk2 +import digital_swig import random, cmath class test_clock_recovery_mm(gr_unittest.TestCase): |