cql1983 / gr-ccsds

GNU Radio module for Reed Solomon coded CCSDS frames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gr-ccsds

this is a GNU Radio module for processing data which is encoded according to the CCSDS Recommended Standard for TM Synchronization and Channel Coding. it handles Reed Solomon, interleaving and scrambling/randomization.

it was done as part of my master thesis at NTNU in the spring of 2016.

installing

to use the blocks, you need to install GNU Radio.

the simplest method on Ubuntu 16.04 is to use

sudo apt install git cmake swig gnuradio

or with PyBOMBS if you want the newest version

then clone this repo and follow these instructions

mkdir build/
cd build/
cmake .. -DCMAKE_INSTALL_PREFIX=$(gnuradio-conifg-info --prefix)
make
[sudo] make install

About

GNU Radio module for Reed Solomon coded CCSDS frames


Languages

Language:CMake 53.1%Language:C++ 24.2%Language:C 14.8%Language:Python 7.9%