diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-07-06 19:00:26 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-07-06 19:00:26 -0400 |
commit | 01b34d220b5077fef0257d455e13a00daf09545d (patch) | |
tree | 6fee6771e9692a4a7b89b2deade06f2c2714925e /gr-digital/python/qa_pfb_clock_sync.py | |
parent | f19e03a0be243d19f01468f31342455ddd079e6c (diff) |
filter: bug fixes to use components in gr.filter and others fixes.
QA working for all but CMA and LMS equalizers.
Diffstat (limited to 'gr-digital/python/qa_pfb_clock_sync.py')
-rwxr-xr-x | gr-digital/python/qa_pfb_clock_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/python/qa_pfb_clock_sync.py b/gr-digital/python/qa_pfb_clock_sync.py index cb874c2a66..90ea28691c 100755 --- a/gr-digital/python/qa_pfb_clock_sync.py +++ b/gr-digital/python/qa_pfb_clock_sync.py @@ -21,7 +21,7 @@ # from gnuradio import gr, gr_unittest -from gnuradio import filter +import filter_swig as filter import digital_swig as digital import random, cmath |