VDECODER HELP
package "vdecoder"
version "1.21"
purpose "Reads a sequence of binary offset byte values from standard input.
0 is illegal, [1-127] is a -1, 128 is an erasure, [129-255] is a 1.
Decode the stream using the Viterbi algorithm and write it on standard output
as a bit stream in network byte order."
option "code" c "use the given known code (default=7,1/2)" string no
option "list" l "list the known codes and exit" flag off
option "decmem" m "decoding memory depth (default=80)" int no
option "debug" d "print some more error messages" flag off
3,1/2 (2,1,2):5,7; Larsen 1973
4,1/2 (2,1,3):15,17; Larsen 1973
5,1/2 (2,1,4):23,35; Larsen 1973
6,1/2 (2,1,5):53,75; Larsen 1973
7,1/2 (2,1,6):133,171; NASA 1/2 standard code
8,1/2 (2,1,7):247,371; Larsen 1973
9,1/2 (2,1,8):753,561; IS-95 CDMA
15,1/2 (2,1,14):56721,61713; Larsen 1973
3,1/3 (3,1,2):5,7,7; Larsen 1973
4,1/3 (3,1,3):13,15,17; Larsen 1973
5,1/3 (3,1,4):25,33,37; Larsen 1973
6,1/3 (3,1,5):47,53,75; Larsen 1973
7,1/3 (3,1,6):171,165,133; NASA 1/3 standard code
8,1/3 (3,1,7):225,331,367; Larsen 1973
9,1/3 (3,1,8):557,663,711; IS-95 CDMA
15,1/6 (6,1,14); Mars Pathfinder