CRC reimplementation to be byte-at-a-time table-driven.

Also be smarter about error correction, avoiding ambiguous cases
when --aggressive is specified.
This commit is contained in:
Oliver Jowett 2015-01-20 23:04:05 +00:00
parent 0d3fcfff2e
commit 270a22e06a
8 changed files with 438 additions and 237 deletions

View file

@ -217,7 +217,7 @@ void modesInit(void) {
}
// Prepare error correction tables
modesInitErrorInfo();
modesChecksumInit(Modes.nfix_crc);
}
//
// =============================== RTLSDR handling ==========================