https://github.com/feuster/blockcode
Simple Blockcode Implementation of the ECC (3,1) repetition code
https://github.com/feuster/blockcode
blockcode csharp ecc errorcorrection errorcorrectioncode mono
Last synced: about 1 year ago
JSON representation
Simple Blockcode Implementation of the ECC (3,1) repetition code
- Host: GitHub
- URL: https://github.com/feuster/blockcode
- Owner: feuster
- License: mit
- Created: 2022-09-16T16:50:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T16:54:23.000Z (over 3 years ago)
- Last Synced: 2025-01-15T21:57:42.551Z (over 1 year ago)
- Topics: blockcode, csharp, ecc, errorcorrection, errorcorrectioncode, mono
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockCode
## Simple Blockcode Implementation of the ECC (3,1) repetition code
By adding redundant Bits the block code allows the correction of single bit errors
https://de.wikipedia.org/wiki/Blockcode#Beispiele_f%C3%BCr_Blockcodes (german)
https://en.wikipedia.org/wiki/Error_correction_code#How_it_works (english)