Also known as: Reed–Solomon code, Reed-Solomon
Reed–Solomon is a block error-correction code that works on multi-bit symbols rather than individual bits, making it especially good at correcting bursts of errors.1
How it works
It adds parity symbols so that a number of symbol errors can be located and corrected. It is frequently paired with interleaving to spread burst errors across codewords.
Relevance to SDR
Reed–Solomon protects parts of P25 and DMR (and is ubiquitous in storage and broadcast), helping the decoder recover data on marginal signals.
Sources
-
Reed–Solomon error correction — Wikipedia, for the symbol-oriented block code and burst-error correction. ↩