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

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

Releases

No releases published

Packages

No packages published