CENCODER HELP
package "cencoder"
version "1.15"
purpose "Reads a stream of bits in network byte order from standard input.
Convolutionally encode the bit stream and write it on standard output
in bit mode, where 0x00 means '0' and 0xff means '1'."
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 "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