Skip to content

PawelLawrynowicz/CRCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published