Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 463 Bytes

README.md

File metadata and controls

executable file
·
16 lines (13 loc) · 463 Bytes

Library for error detection using polynomials

See http://en.wikipedia.org/wiki/Polynomial_code for details.

This module implement the polynomials correcting codes.

Todo

Nothing so far.

Notations and configuration

The symbols used are 0 and 1.
The data to transmit is composed of K characters.
The length of the codewords is N.
G is the generator polynomial, of length M.