Skip to content

Two implementations (integer and polynomial coefficients) of RS Encoding, simulated transmission errors, and RS Decoding and Correction. Written in Julia.

Notifications You must be signed in to change notification settings

adidesh20/Reed-Solomon-Error-Correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Error Correction using Reed-Solomon Codes

Reed-Solomon codes are a group of error-correcting codes (ECC) which have been used for data redundancy in numerous technologies, including CDs, DVDs, and QR Codes.

This project was completed as Coursework 3 for the Fourth Year module ELEC97013 Coding Theory at Imperial College London. It contains two implementations of Reed-Solomon codes; first using only integer Galois Finite Fields, and secondly using more general Galois Fields which allow for polynomial coefficients. All implementations are coded in Julia.

About

Two implementations (integer and polynomial coefficients) of RS Encoding, simulated transmission errors, and RS Decoding and Correction. Written in Julia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published