Skip to content

A set of Python class implementing basic several turbo-algorithms (e.g. : turbo-decoding)

License

Notifications You must be signed in to change notification settings

alexmrqt/PyTurbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Alexandre Marquet
Aug 31, 2020
8303fd9 · Aug 31, 2020

History

24 Commits
Aug 31, 2020
Jul 9, 2019
Aug 9, 2019
Jul 25, 2019
Aug 31, 2020
Aug 31, 2020
Aug 31, 2020
Aug 31, 2020
Jul 9, 2019
Aug 31, 2020
Aug 31, 2020

Repository files navigation

PyTurbo

A work-in-progress set of Python class (actually, Python wrappers for C++ class) implementing several basic turbo-algorithms (turbo-decoding, turbo-equalization, etc.).

Currelently Implements

  • The Viterbi Algorithm
  • The Log BCJR Algorithm (sometimes referred as log-MAP or log-forward/backward algorithm).

Installation

Dependencies

You will need Cython, as well as a C++ compiler.

Command line

python3 setup.py install

Based on

About

A set of Python class implementing basic several turbo-algorithms (e.g. : turbo-decoding)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published