Module p25::coding::reed_solomon
[−]
[src]
Encoding and decoding of the (24, 12, 13) short, (24, 16, 9) medium, and (36, 20, 17) long Reed-Solomon codes described by P25.
These algorithms are sourced from Coding Theory and Cryptography: The Essentials, Hankerson, Hoffman, et al, 2000.
Modules
long |
Encoding and decoding of the (36, 20, 17) code. |
medium |
Encoding and decoding of the (24, 16, 9) code. |
short |
Encoding and decoding of the (24, 12, 13) code. |