ENPUNCTURE HELP
package "enpuncture"
version "1.5"
purpose "Reads a stream of bytes in bit mode (where 0x00 means '0'
and 0xff means '1') from standard input. Apply a puncturing pattern
to the stream and write it on standard output in bit mode."
option "pattern" c "use the given known pattern (default=7,1/2=3/4)" string
no
option "list" l "list the known erasure patterns and exit" flag off
option "debug" d "print some more error messages" flag off
7,1/2=2/3 4-1; IEEE 802.11 for rate 2/3
7,1/2=3/4 6-2; IEEE 802.11 for rate 3/4
7,1/2=4/5 8-3; IEEE 802.11 for rate 4/5
7,1/2=5/6 10-4; IEEE 802.11 for rate 5/6
7,1/2=6/7 12-5; IEEE 802.11 for rate 6/7
7,1/2=7/8 14-6; IEEE 802.11 for rate 7/8