Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/acorbe/convencoder
- Owner: acorbe
- License: mit
- Created: 2015-05-30T08:43:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T09:12:38.000Z (over 9 years ago)
- Last Synced: 2023-04-01T09:41:40.936Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.