Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 272 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 272 Bytes

Reed-Solomon Error Correction

This is a simulation of the Reed-Solomon error correction method accessible here. It uses the extended Euclidian algorithm, as well as Chien search, and the Forney algorithm. It's pretty cool, I'd say.