/reedsolomon

Reed Solomon BCH encoder and decoder

Primary LanguageCMIT LicenseMIT

Reed Solomon

This is an adaptation of Reed–Solomon codes for coders.

Usage

Everything is included in the repository. I included a test file in case someone needs an example.

  git clone https://github.com/jackchouchani/reedsolomon.git
  cd reedsolomon
  make
  ./test
  make clean

Regards

Thanks for Wikiversity Reed–Solomon.