8000 GitHub - jeffareid/eccdemo8: Interactive Reed Solomon ECC demo program for GF(2^8)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jeffareid/eccdemo8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

eccdemo8

Interactive Reed Solomon ECC demo program for GF(2^8)

User interface - the program displays a list of alphas and field polynomials and prompts the user to select one. It then prompts if the user want to use a self-reciprocal polynomial, and if not, it will prompt for the first consecutive root, 1 or alpha. It then prompts for the number of parity elements, then the number of data elements. It then goes into interactive mode: "e" - enter data. "c" - change data (errors). "p" - enter erasures. "z" - zero all data. "n" - encode. "f" - fix (correct). "q" - quit.

The program includes 3 decoders, Peterson Gorenstein Zierler (matrix), Berlekamp Massey (discrepancy), Sugyama (extended Euclid). Although not required for binary fields, the functions GFAdd() GFSub() are used to show if the intent is to add or subtract, even though both are xor.

About

Interactive Reed Solomon ECC demo program for GF(2^8)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0