]> git.gag.com Git - debian/gnuradio/blobdiff - gr-trellis/doc/test_tcm.py
Refactored some common functions for metric calculations. Updated the documentation.
[debian/gnuradio] / gr-trellis / doc / test_tcm.py
index bf93a421f87e74843f09a83e79d25f95e2bc17e6..e2429b80c0057033c721d9c411303d0ce5cd94a2 100644 (file)
@@ -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