summaryrefslogtreecommitdiff
path: root/gr-trellis/doc/test_tcm.py
diff options
context:
space:
mode:
authoranastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5>2006-09-03 20:27:42 +0000
committeranastas <anastas@221aa14e-8319-0410-a670-987f0aec2ac5>2006-09-03 20:27:42 +0000
commitd4697a07812be9e1f91a03b0a2dd61b1948f9925 (patch)
tree28a75b0693f92d044d8d33284da7e8cc0708fc62 /gr-trellis/doc/test_tcm.py
parent21abdfb3f1ba6520a7911a0787adab664d9a790f (diff)
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
Diffstat (limited to 'gr-trellis/doc/test_tcm.py')
-rw-r--r--gr-trellis/doc/test_tcm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/doc/test_tcm.py b/gr-trellis/doc/test_tcm.py
index bf93a421f8..e2429b80c0 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