Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yourself1011/reed-solomon

A simulation of the Reed Solomon error correction method.
https://github.com/yourself1011/reed-solomon

Last synced: 23 days ago
JSON representation

A simulation of the Reed Solomon error correction method.

Awesome Lists containing this project

README

        

# Reed-Solomon Error Correction

This is a simulation of the Reed-Solomon error correction method accessible [here](https://danielzh.dev/reed-solomon). It uses the extended Euclidian algorithm, as well as Chien search, and the Forney algorithm. It's pretty cool, I'd say.