Code Monkey home page Code Monkey logo

fecapi's Introduction

This is a version of the FECAPI initially released by Nick McCarthy (https://github.com/namccart/fecapi) which contains a turbo product encoder and turbo product decoder.  The contribution here is that we took a Matlab based implementation of a Turbo Product Encoder/Decoder (developed by Matthew Valenti and his students at WVU -- http://www.csee.wvu.edu/~mvalenti/turbo.html) and essentially ported it to work in GNURadio.  TPC's are block based codes that are typically represented by matrices in software.  We did not use any matrix libraries in this implementation.  

An addition to the implementation that was in Matlab that we add is that we add early exit criterion.  This allows the decoder to kick out of decoding in less number of iterations which speeds up computation.  That being said, one of the drawbacks is that this implementation is still pretty slow.  The maximum throughput in an ideal scenario (high SNR, approxmation of function) is 216 kbits/sec on an i7 laptop.  I've gotten about 400kbits/sec on a medium level desktop ... but this is something I am hoping someone can improve upon to get the speeds up for the TPC.

Tim O'Shea (https://github.com/osh) did the LDPC stuff, and it is merged into this repo.

fecapi's People

Contributors

kkarrancsu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.