Last forum posts
- JANUS support in UnetStack
- Re: The concept behind the user-classes inside of JANUS
- The concept behind the user-classes inside of JANUS
- Re: Revision of JANUS STANAG next year in March
- Proposed new Class ID: Secure Pre-Canned Message
- Re: JANUS frequency-band proposal of EDA-SALSA consortium
- Re: JANUS frequency-band proposal of EDA-SALSA consortium
- JANUS frequency-band proposal of EDA-SALSA consortium
- Re: Please generate a EMCON-forum
- Please generate a EMCON-forum
Is the Hamming Distance the best measure of a good CRC for JANUS?
Some preliminary testing by Giovanni Zappa has showed that the current CRC catches about 98.5% of errors in the 56-bit JANUS packet, which isn’t so bad, but far from ideal. It means that 1.5% if damaged packets are passed as error-free, which in some applications could be serious. We should therefore replace the existing CRC routine asap. Note that decoding all previous JANUS packets will return the wrong CRC result with the replacement CRC routine.
Choosing a polynomial for the 8-bit CRC is easy if we use a criterion like the Hamming Distance. But this may not be the 'best' choice for bursty noise that is likely to introduce many error bits if any at all, and other considerations (like what people are familiar with and trust) may be more appropriate.
See the attached file for a short discussion of options I know of.
Ciao
John.