PawelLawrynowicz / CRCpp

This is an implementation of a cyclic coder in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyclic coder

An error correction program for working with cyclic codes, providing functions for generating generator matrices, detecting and correcting errors, and analyzing code properties. This C++ tool is designed to assist with error correction in communication systems and other applications.

To run:

mkdir build && cd build
cmake ..
make

// Run cyclic coder
./main 

// Run gtest
./gtest

About

This is an implementation of a cyclic coder in C++

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:CMake 2.3%