Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 710 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 710 Bytes

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