diff options
author | Nicholas McCarthy <namccart@gmail.com> | 2014-03-25 18:05:54 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-05-17 17:45:12 -0400 |
commit | e23323e77d33c7e5cf2cd3add323bf15064babc5 (patch) | |
tree | dc6efe659df87d1b3de1b92f96eed4b4a0769a8c /gr-fec/python/fec/fec_raw_test.py | |
parent | 6f84515d6290230abeea6c13e1c605746a8a272c (diff) |
adding ber sink to qt gui
Diffstat (limited to 'gr-fec/python/fec/fec_raw_test.py')
-rw-r--r-- | gr-fec/python/fec/fec_raw_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/python/fec/fec_raw_test.py b/gr-fec/python/fec/fec_raw_test.py index e6df0f03df..e06ff0b3ad 100644 --- a/gr-fec/python/fec/fec_raw_test.py +++ b/gr-fec/python/fec/fec_raw_test.py @@ -20,7 +20,7 @@ # Boston, MA 02110-1301, USA. # -from gnuradio import gr, blocks +from gnuradio import gr, blocks, analog import math class fec_raw_test(gr.hier_block2): |