From 5014e03e3205611c4ffb1d5ec06d3710391485e3 Mon Sep 17 00:00:00 2001 From: anastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5> Date: Fri, 11 Aug 2006 11:37:02 +0000 Subject: Fixed some examples in gnuradio-examples/python/channel-coding, and added a README file git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3236 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-examples/python/channel-coding/test_tcm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnuradio-examples/python/channel-coding/test_tcm.py') diff --git a/gnuradio-examples/python/channel-coding/test_tcm.py b/gnuradio-examples/python/channel-coding/test_tcm.py index 0ba2e3c8ef..1f892ef996 100755 --- a/gnuradio-examples/python/channel-coding/test_tcm.py +++ b/gnuradio-examples/python/channel-coding/test_tcm.py @@ -83,7 +83,7 @@ def main(args): # system parameters f=trellis.fsm(fname) # get the FSM specification from a file - Kb=1*16 # packet size in bits (make it multiple of 16 so it can be packed in a short) + Kb=1024*16 # packet size in bits (make it multiple of 16 so it can be packed in a short) bitspersymbol = int(round(math.log(f.I())/math.log(2))) # bits per FSM input symbol K=Kb/bitspersymbol # packet size in trellis steps modulation = fsm_utils.psk4 # see fsm_utlis.py for available predefined modulations -- cgit v1.2.3