summaryrefslogtreecommitdiff
path: root/gr-digital/python/qa_clock_recovery_mm.py
diff options
context:
space:
mode:
authorTom Rondeau2011-10-12 22:42:55 -0400
committerTom Rondeau2011-10-12 22:42:55 -0400
commitd53109a88522d243bf684ffe1a9aad2801c52f07 (patch)
tree683f27b18e62048063b186676eddc466c845d29b /gr-digital/python/qa_clock_recovery_mm.py
parentd47f0aeab7343fb033352e2ddb787c1dc95d660d (diff)
downloadgnuradio-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-xgr-digital/python/qa_clock_recovery_mm.py2
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):