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:
parent
0d3fcfff2e
commit
270a22e06a
8 changed files with 438 additions and 237 deletions
|
@ -217,7 +217,7 @@ void modesInit(void) {
|
|||
}
|
||||
|
||||
// Prepare error correction tables
|
||||
modesInitErrorInfo();
|
||||
modesChecksumInit(Modes.nfix_crc);
|
||||
}
|
||||
//
|
||||
// =============================== RTLSDR handling ==========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue