Skip to content

An implementation for Hard Viterbi Decoder in python for Digital communication systems

License

Notifications You must be signed in to change notification settings

AnasTaherGit/ViterbiDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hard Viterbi Decoder

This repository offers an implementation for a hard viterbi decoder for digital communication systems. It's used to decode a Convolution coded message.

Installation instruction

To install the package in your default python directory you need to run the command :

python setup.py install

if you want instead to install it in a virtual environment for the project you simply have to activate the python virtual environment before the install command :

python -m venv .venv
.\.venv\Scripts\activate
python setup.py install

Or you can instead run the batch file 'setup.bat'

setup.bat

About

An implementation for Hard Viterbi Decoder in python for Digital communication systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published