项目作者: poena

项目描述 :
Reed Solomon encode and decode algorithm research.
高级语言: MATLAB
项目地址: git://github.com/poena/Reed_Solomon_Algorithm.git
创建时间: 2020-06-20T07:34:55Z
项目社区:https://github.com/poena/Reed_Solomon_Algorithm

开源协议:MIT License

下载


Reed_Solomon_Algorithm

Reed Solomon encode and decode algorithm research.

The original code is from matlab File Exchange.
I also do some optimize work.

The new feature is below:

  • The poly degree m is configurable
  • The primepoly is configurable
  • The generatepoly “b” is confugrable
  • Support short code. The code length is not match 2^m-1;

Reference

Elliot Briggs (2020). Reed Solomon Decoder using RiBM algorithm (https://www.mathworks.com/matlabcentral/fileexchange/34877-reed-solomon-decoder-using-ribm-algorithm), MATLAB Central File Exchange. Retrieved June 20, 2020.