summaryrefslogtreecommitdiff
path: root/gr-trellis/src/examples/python/test_tcm_combined.py
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-06-06 09:56:22 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-06-06 09:56:22 -0700
commitddbaaabc927b2ecc18ad84a238fa3235001bc79b (patch)
tree24ef6464e7adf3221d51e2528b0a966eb705261f /gr-trellis/src/examples/python/test_tcm_combined.py
parenta09f727276fc0b0af979d962c44260ea2fdcd554 (diff)
core: removed gr_chunks_to_symbols_XX after move to gr-digital
Diffstat (limited to 'gr-trellis/src/examples/python/test_tcm_combined.py')
-rwxr-xr-xgr-trellis/src/examples/python/test_tcm_combined.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/src/examples/python/test_tcm_combined.py b/gr-trellis/src/examples/python/test_tcm_combined.py
index d98e36e27d..a46444e32b 100755
--- a/gr-trellis/src/examples/python/test_tcm_combined.py
+++ b/gr-trellis/src/examples/python/test_tcm_combined.py
@@ -18,7 +18,7 @@ def run_test (f,Kb,bitspersymbol,K,dimensionality,constellation,N0,seed):
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 FSM input cardinality
enc = trellis.encoder_ss(f,0) # initial state = 0
- mod = gr.chunks_to_symbols_sf(constellation,dimensionality)
+ mod = digital.chunks_to_symbols_sf(constellation,dimensionality)
# CHANNEL