Skip to content

BogdanDidukh2003/information-and-coding-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

information-and-coding-theory

University course: Information and Coding Theory

Running

  1. Make sure you have Python3

  2. Choose appropriate directory

  3. Set up virtual environment (you may skip this step):

python -m venv venv

source venv/bin/activate for Unix-like OS

venv\Scripts\activate.bat for Windows

  1. Install required libraries:

pip install -r requirements.txt

  1. Run the program:

python main.py

Lab1

Recreation of input signal using Fourier transform

Lab3

Converting binary to Gray code and vice versa

Lab4

Implementation of even parity check

Lab5

Implementation of inverse repetition and Manchester error correction codes (ECC)

Lab6

Implementation of Hamming Code

About

University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages