/forward-error-correction

A project of students of the Wrocław University of Technology analyzing the operation of correction codes on the example of a simulated transmission of information through a channel generating random errors.

Primary LanguagePythonMIT LicenseMIT

Forward error correction

A project of students of the Wrocław University of Technology analyzing the operation of correction codes on the example of a simulated transmission of information through a channel generating random errors.

Team members
Kamil Bońkowski
Wiktor Porowski
Tomasz Rzymyszkiewicz

Planned functionalities

  • generating data
    • random bits strings
    • parsing images to bits strings
  • generating disturabance in forwarded data
  • coding data with algotirhms
    • Hamming code
    • tripling bits (aaa bbb ccc)
    • tripling bits (abc abc abc)
    • BCH
  • decoding data and errors correction
  • analizing and comparing results