diff options
author | anastas | 2007-02-13 05:26:07 +0000 |
---|---|---|
committer | anastas | 2007-02-13 05:26:07 +0000 |
commit | d1e790baef141358b6a594b375e3b553f2d995eb (patch) | |
tree | 43a8dbddfc15d3f78abbd55c8f047d6ee2d665bb /gnuradio-examples/python/channel-coding/test_tcm_combined.py | |
parent | 30c2e70fad2fc3fe75cbf9b2cb60399771fd2ba3 (diff) | |
download | gnuradio-d1e790baef141358b6a594b375e3b553f2d995eb.tar.gz gnuradio-d1e790baef141358b6a594b375e3b553f2d995eb.tar.bz2 gnuradio-d1e790baef141358b6a594b375e3b553f2d995eb.zip |
update examples to reflect latest changes in gr-trellis
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4470 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/channel-coding/test_tcm_combined.py')
-rwxr-xr-x | gnuradio-examples/python/channel-coding/test_tcm_combined.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-examples/python/channel-coding/test_tcm_combined.py b/gnuradio-examples/python/channel-coding/test_tcm_combined.py index e286f88f6..92e020bea 100755 --- a/gnuradio-examples/python/channel-coding/test_tcm_combined.py +++ b/gnuradio-examples/python/channel-coding/test_tcm_combined.py @@ -25,7 +25,7 @@ def run_test (f,Kb,bitspersymbol,K,dimensionality,constellation,N0,seed): # RX - va = trellis.viterbi_combined_s(f,K,0,-1,dimensionality,constellation,trellis.TRELLIS_EUCLIDEAN) # Put -1 if the Initial/Final states are not set. + va = trellis.viterbi_combined_fs(f,K,0,-1,dimensionality,constellation,trellis.TRELLIS_EUCLIDEAN) # Put -1 if the Initial/Final states are not set. fsmi2s = gr.unpacked_to_packed_ss(bitspersymbol,gr.GR_MSB_FIRST) # pack FSM input symbols to shorts dst = gr.check_lfsr_32k_s(); |