Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acorbe/convencoder

Didactic level encoder-decoder for trellis-based convolutional codes. In Java.
https://github.com/acorbe/convencoder

Last synced: 2 days ago
JSON representation

Didactic level encoder-decoder for trellis-based convolutional codes. In Java.

Awesome Lists containing this project

README

        

# convEncoder
Encoder decoder for trellis based convolutional codes.

Given the transition graph associated to a convolutional codes and the transition probability over a BSC channel simulate the whole pipeline of encoding - streaming - decoding.

![Example of the working code](https://raw.githubusercontent.com/acorbe/convEncoder/master/ExamplePic.PNG)

Homework for the exam "Code Theory and Structure of Convolutional Codes" which I sit at Politecnico di Torino during yy 2010-2011.