diff options
author | Achilleas Anastasopoulos | 2011-02-17 23:16:01 -0500 |
---|---|---|
committer | Achilleas Anastasopoulos | 2011-02-17 23:16:01 -0500 |
commit | 2ed9e3bc58dacd41dff201d8365f7bd04fc56462 (patch) | |
tree | 1f4eace2d90786a78544ca14b0832d265d0bc8f6 /gr-trellis/src/examples/test_sccc_hard.py | |
parent | 5a23954a11aa028a20baa905d7bbb29fe62803f6 (diff) | |
download | gnuradio-2ed9e3bc58dacd41dff201d8365f7bd04fc56462.tar.gz gnuradio-2ed9e3bc58dacd41dff201d8365f7bd04fc56462.tar.bz2 gnuradio-2ed9e3bc58dacd41dff201d8365f7bd04fc56462.zip |
inital commit of turbo stuff:
added sccc encoder block + minor fixes
Diffstat (limited to 'gr-trellis/src/examples/test_sccc_hard.py')
-rwxr-xr-x | gr-trellis/src/examples/test_sccc_hard.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-trellis/src/examples/test_sccc_hard.py b/gr-trellis/src/examples/test_sccc_hard.py index a7933a18e..1a81bc59b 100755 --- a/gr-trellis/src/examples/test_sccc_hard.py +++ b/gr-trellis/src/examples/test_sccc_hard.py @@ -1,7 +1,6 @@ #!/usr/bin/env python from gnuradio import gr -from gnuradio import audio from gnuradio import trellis from gnuradio import eng_notation import math |