summaryrefslogtreecommitdiff
path: root/gr-trellis/src/examples/python/test_turbo_equalization1.py
diff options
context:
space:
mode:
authorBen Reynwar <ben@reynwar.net>2012-06-25 08:09:05 -0700
committerBen Reynwar <ben@reynwar.net>2012-06-25 08:09:05 -0700
commit1f57cf3fee8ded4d58e77bef8ffd8d8ce4aca53c (patch)
tree795a34e4599a88a80040d27dcb2b342e4c705bea /gr-trellis/src/examples/python/test_turbo_equalization1.py
parentfd3abfe06ef4f574122d2d2a08b716db8c2b776d (diff)
parent881010202a5054c430d8e5a6f72c206c1cc350ae (diff)
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Diffstat (limited to 'gr-trellis/src/examples/python/test_turbo_equalization1.py')
-rwxr-xr-xgr-trellis/src/examples/python/test_turbo_equalization1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/src/examples/python/test_turbo_equalization1.py b/gr-trellis/src/examples/python/test_turbo_equalization1.py
index 17ad430235..da1132d38c 100755
--- a/gr-trellis/src/examples/python/test_turbo_equalization1.py
+++ b/gr-trellis/src/examples/python/test_turbo_equalization1.py
@@ -61,7 +61,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)