From d4697a07812be9e1f91a03b0a2dd61b1948f9925 Mon Sep 17 00:00:00 2001 From: anastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5> Date: Sun, 3 Sep 2006 20:27:42 +0000 Subject: Refactored some common functions for metric calculations. Updated the documentation. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3469 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-trellis/doc/test_tcm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-trellis/doc/test_tcm.py') diff --git a/gr-trellis/doc/test_tcm.py b/gr-trellis/doc/test_tcm.py index bf93a421f..e2429b80c 100644 --- a/gr-trellis/doc/test_tcm.py +++ b/gr-trellis/doc/test_tcm.py @@ -59,7 +59,7 @@ def main(args): sys.exit (1) # system parameters - f=trellis.fsm(fname) # get the FSM specification from a file (will hopefully be automated in the future...) + f=trellis.fsm(fname) # get the FSM specification from a file 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 -- cgit v1.2.3