diff options
author | Ben Reynwar <ben@reynwar.net> | 2012-06-25 08:09:05 -0700 |
---|---|---|
committer | Ben Reynwar <ben@reynwar.net> | 2012-06-25 08:09:05 -0700 |
commit | 1f57cf3fee8ded4d58e77bef8ffd8d8ce4aca53c (patch) | |
tree | 795a34e4599a88a80040d27dcb2b342e4c705bea /gr-trellis/src/examples/python/test_sccc_turbo2.py | |
parent | fd3abfe06ef4f574122d2d2a08b716db8c2b776d (diff) | |
parent | 881010202a5054c430d8e5a6f72c206c1cc350ae (diff) |
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Diffstat (limited to 'gr-trellis/src/examples/python/test_sccc_turbo2.py')
-rwxr-xr-x | gr-trellis/src/examples/python/test_sccc_turbo2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/src/examples/python/test_sccc_turbo2.py b/gr-trellis/src/examples/python/test_sccc_turbo2.py index dff1ba93c3..942572676d 100755 --- a/gr-trellis/src/examples/python/test_sccc_turbo2.py +++ b/gr-trellis/src/examples/python/test_sccc_turbo2.py @@ -17,7 +17,7 @@ def run_test (fo,fi,interleaver,Kb,bitspersymbol,K,dimensionality,constellation, src_head = gr.head (gr.sizeof_short,Kb/16) # packet size in shorts s2fsmi = gr.packed_to_unpacked_ss(bitspersymbol,gr.GR_MSB_FIRST) # unpack shorts to symbols compatible with the outer FSM input cardinality enc = trellis.sccc_encoder_ss(fo,0,fi,0,interleaver,K) - mod = gr.chunks_to_symbols_sf(constellation,dimensionality) + mod = digital.chunks_to_symbols_sf(constellation,dimensionality) # CHANNEL add = gr.add_ff() |