ECC (Error Correcting Code)
Date: 2023-06-01Last modified: 2025-01-14

ποΈ The Error Correcting Codes (ECC) Page π€οΈ * CTC (Convolution Turbo Code) * RS (Reed-Solomon) * RS-FEC (Reed Solomon Forward Error Correction) Implementations * 1989 Reed-Solomon (RS) codes * 1993 Routines to encode and decode a file using a (255,249,7) RS code π¦οΈ * 1995 Reed-Solomon errors-and-erasures decoder * 2006 Another Reed-Solomon errors-and-erasures decoder π¦οΈ * 1997 Finite Field Calculator and Reed-Solomon Simulator π£οΈLINK FAILURE * ezpwd example
- ββBB -> CCCCCββ
- ββ00 -> 00000ββ
- ββ01 -> 11100ββ
- ββ10 -> 10011ββ
- ββ11 -> 01111ββ
- 2/5 to transmit 2bits I need to send 5bits
- p.e 5/7 DDDDDCC
- 5 data + 2 correction = 7 total