trstephen/elec483

Encoded phrase length

Closed this issue · 0 comments

  1. Determine expected error rate from DCT -> uint -> IDCT.
  2. Using this chart, find a code of length 255 that will correct error rate found from previous step
  3. Only accept phrases less than this length
  4. Pad out missing values with 0 so bchenc can run on known length.