Reed-Solomon (RS) Codes: Introduction, Properties, and Matlab Implementation
Introduction The Hamming codes described in previous articles are suitable for random bit errors. However, if the communication medium is prone to burst errors (contiguous blocks of bits being corrupted), Hamming codes are no longer efficient. For these scenarios, we use a class of Error Correcting Codes called Reed-Solomon (RS) Codes. Applications of RS Codes … Read more