DEPUNCTURE HELP

 

   package "depuncture"

   version "1.4"

   purpose "Reads a stream of bytes in binary offset mode from standard input.
   Insert erasures (a value of 128) in the stream according to
   the puncturing pattern and write it on standard output."

   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