diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-06 09:56:22 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-06 09:56:22 -0700 |
commit | ddbaaabc927b2ecc18ad84a238fa3235001bc79b (patch) | |
tree | 24ef6464e7adf3221d51e2528b0a966eb705261f /gr-trellis/src/examples/python/test_turbo_equalization2.py | |
parent | a09f727276fc0b0af979d962c44260ea2fdcd554 (diff) |
core: removed gr_chunks_to_symbols_XX after move to gr-digital
Diffstat (limited to 'gr-trellis/src/examples/python/test_turbo_equalization2.py')
-rwxr-xr-x | gr-trellis/src/examples/python/test_turbo_equalization2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/src/examples/python/test_turbo_equalization2.py b/gr-trellis/src/examples/python/test_turbo_equalization2.py index 5a6c77e9d4..886240efac 100755 --- a/gr-trellis/src/examples/python/test_turbo_equalization2.py +++ b/gr-trellis/src/examples/python/test_turbo_equalization2.py @@ -59,7 +59,7 @@ def run_test (fo,fi,interleaver,Kb,bitspersymbol,K,channel,modulation,dimensiona src = gr.vector_source_s(packet,False) enc_out = trellis.encoder_ss(fo,0) # initial state = 0 inter = trellis.permutation(interleaver.K(),interleaver.INTER(),1,gr.sizeof_short) - mod = gr.chunks_to_symbols_sf(modulation[1],modulation[0]) + mod = digital.chunks_to_symbols_sf(modulation[1],modulation[0]) # CHANNEL isi = gr.fir_filter_fff(1,channel) |