Giter Site home page Giter Site logo

geeanlooca / deepspace-turbo Goto Github PK

View Code? Open in Web Editor NEW
36.0 36.0 10.0 3.27 MB

Implementation of the CCSDS (Consultative Committee for Space Data Systems) standard for Turbo Codes

License: MIT License

CMake 6.69% C 32.17% C++ 13.36% Makefile 9.87% Shell 2.12% TeX 34.63% Python 0.48% MATLAB 0.68%
deepspace error-correcting-codes standard-conform telecommunications turbo-codes

deepspace-turbo's Introduction

Quartz v4

“[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming

Quartz is a set of tools that helps you publish your digital garden and notes as a website for free. Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility and ease-of-use.

If you are looking for Quartz v3, you can find it on the hugo branch.

🔗 Read the documentation and get started: https://quartz.jzhao.xyz/

Join the Discord Community

Sponsors

deepspace-turbo's People

Contributors

geeanlooca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

deepspace-turbo's Issues

Simplification for turbocodes

Consider storing outputs of convolutional encoders on a matrix, in order to be able to directly feed the BCJR decoders with the correct bit stream. This should also simplify the management of puncturing patterns.

As a sidenote, there's the need to create a new function that, given sigma, adds noise to the transmitted packet.

Trellis termination is not exactly as in the standard

As of now, trellis termination generates all zeros in the systematic output, while in the proposed scheme the systematic output is equal to the feedback part. This is due to the fact that in the standard the systematic output is connected before the XOR block summing input and feedback.

Any way to evaluate the quality of the data block?

Hi Gianluna,

Thank you very much for your excellent work!

I am Wei Mingchuan from Harbin Institute of Technology. I am working on a lunar formation satellite project which will launch 2 micro-satellites to lunar helical orbit later this year. I build a GNU Radio OOT module for the downlink reception of the satellites, with your codes for turbo: https://github.com/bg2bhc/gr-dslwp/

During my recent tests I found that at low SNR sometimes the PLL of the receiver may faile before finished receiving a data block, this means the left half would be very unreliable. At this time turbo decoder will try to fix the errors but generate more errors. Is there any way to evaluate the quality of the data block?

Thank you very much!

Best Regards,

Wei Mingchuan

Memory allocation

Optimize memory allocation by pre-allocating the necessary space when initializing the code instead of allocating/deallocating inside each function at each call.

Possible bug when decoding a turbo code on multi-core system

Upon calling turbo_initialize() a memory block used to store interleaved messages is allocated.
If the function turbo_encode() is called inside a parallelized for loop, the same memory block is accessed by different threads, possibly corrupting the messages.

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.