Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yourself1011/reed-solomon
- Owner: Yourself1011
- License: bsd-3-clause
- Created: 2024-05-12T02:42:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T18:00:24.000Z (about 2 months ago)
- Last Synced: 2024-11-01T19:16:47.670Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://danielzh.dev/reed-solomon
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.