Skip to content

boshi-an/Reed-Solomon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reed-Solomon

A fault tolerant transmission algorithm

Encoder : The encoder of the algorithm, running in $O(n^2)$ time.

Decoder : The decoder of the algorithm, using berlekamp-welch algorithm. Running in $O(n^4)$ time.

Functions : The basic functions used in abouve algorithms, like gaussian-elimination and polynomial division

About

A fault tolerant transmission algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors