Coder Social home page Coder Social logo

judah715 / gr-ccsds Goto Github PK

View Code? Open in Web Editor NEW

This project forked from khawatkom/gr-ccsds-1

0.0 0.0 0.0 28.4 MB

Implementation of CCSDS FEC Stack

CMake 1.82% C 2.76% C++ 40.68% Makefile 4.81% HTML 43.44% JavaScript 1.96% CSS 0.35% XSLT 0.02% Python 4.06% Shell 0.01% GAP 0.10% QMake 0.01%

gr-ccsds's Introduction

CCSDS FEC Codes Stack

This GNU Radio OOT implements CCSDS FEC codes as specified by the CCSDS TM Synchonization and Channel Coding (CCSDS 131.0-B-2, August 2011).

FEC Codes Supported

  • CC(7,1/2)
  • RS(255,223) and RS(255,239) [Conventional and Dual-basis]
  • LDPC(8176,8154) and LDPC(8160,7136) [aka C2]
  • Turbo Codes [based on Gianluca's deepspace-turbo module and gr-dslwp]
  • Frame sync, with automatic ambiguity resolution

Dependencies

The flowgraphs use the gr-mapper OOT to evaluate BER performance.

git clone https://github.com/gr-vt/gr-mapper.git

mkdir build && cd build

cmake .. && make

sudo make install && sudo ldconfig

Installation

git clone https://github.com/mbkitine/gr-ccsds.git

mkdir build && cd build

cmake .. && make

sudo make install && sudo ldconfig

Usage

See examples folder. Configuration of LDPC Encoder and Decoder

  • The LDPC encoder uses circulants to create the generator matrix. The circulant file is under /lib/fec/ldpc/gmini/C2.txt
  • The LDPC decoder uses alist file to create the parity check matrix. The alist file is under /lib/fec/ldpc/alist/C2_alist.a

Issues

  • Memory leaks in the LDPC Decoder (See examples/LDPC/ldpc_bit_error_rate.grc)
  • Memory leaks in the Turbo Decoder (See examples/Turbo/turbo_bit_error_rate.grc)

gr-ccsds's People

Contributors

mbkitine 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.