All Projects → lofaldli → gr-ccsds

lofaldli / gr-ccsds

Licence: other
GNU Radio module for Reed Solomon coded CCSDS frames

Programming Languages

CMake
9771 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gr-ccsds

Gnss Sdr
GNSS-SDR, an open-source software-defined GNSS receiver
Stars: ✭ 801 (+2403.13%)
Mutual labels:  sdr, gnuradio, software-defined-radio
Qradiolink
Multimode SDR transceiver for GNU radio
Stars: ✭ 176 (+450%)
Mutual labels:  sdr, gnuradio, software-defined-radio
ScratchRadio
Educational software for use with the LimeSDR platform
Stars: ✭ 64 (+100%)
Mutual labels:  sdr, gnuradio, software-defined-radio
RTLSDR-Airband
Multichannel AM/NFM demodulator
Stars: ✭ 487 (+1421.88%)
Mutual labels:  sdr, software-defined-radio
SatDump
A generic satellite data processing software.
Stars: ✭ 223 (+596.88%)
Mutual labels:  sdr, ccsds
gr-correctiq
GNURadio blocks to remove that IQ DC spike just like some software and drivers do! Three techniques available: auto, auto-tune to dc offset, and manual.
Stars: ✭ 69 (+115.63%)
Mutual labels:  sdr, gnuradio
gqrx
Software defined radio receiver powered by GNU Radio and Qt.
Stars: ✭ 2,345 (+7228.13%)
Mutual labels:  sdr, gnuradio
newsched
The GNU Radio 4.0 Runtime Proof Of Concept
Stars: ✭ 19 (-40.62%)
Mutual labels:  sdr, gnuradio
fm-rds
GNURadio stereo FM receiver and RDS decoder
Stars: ✭ 25 (-21.87%)
Mutual labels:  sdr, gnuradio
ODR-DabMod
ODR-DabMod is a DAB (Digital Audio Broadcasting) modulator, part of the ODR-mmbTools.
Stars: ✭ 44 (+37.5%)
Mutual labels:  sdr, software-defined-radio
oscimpDigital
OscillatorIMP ecosystem for the digital characterization of ultrastable oscillators and Software Defined Radio (SDR) frontend processing
Stars: ✭ 41 (+28.13%)
Mutual labels:  sdr, software-defined-radio
SoapyAudio
Soapy SDR plugin for Audio devices
Stars: ✭ 16 (-50%)
Mutual labels:  sdr, gnuradio
gr-radio astro
This package provides GNUradio OOT modules and grc flowgraphs that fascilates Radio Astronomy Observations with software defined radio devices.
Stars: ✭ 32 (+0%)
Mutual labels:  sdr, gnuradio
composable-sdr
SDR DSP utilities embedded in Haskell
Stars: ✭ 26 (-18.75%)
Mutual labels:  sdr, software-defined-radio
gr-smart meters
No description or website provided.
Stars: ✭ 151 (+371.88%)
Mutual labels:  sdr, gnuradio
SoapySDRPlay3
Soapy SDR plugin for SDRPlay APIv3
Stars: ✭ 42 (+31.25%)
Mutual labels:  sdr, gnuradio
RF-List
RFSec tools
Stars: ✭ 98 (+206.25%)
Mutual labels:  sdr, gnuradio
RTLion
Multipurpose RTL-SDR Framework for RTL2832 based DVB-T receivers
Stars: ✭ 88 (+175%)
Mutual labels:  sdr, software-defined-radio
Gnuradio
GNU Radio – the Free and Open Software Radio Ecosystem
Stars: ✭ 3,297 (+10203.13%)
Mutual labels:  sdr, gnuradio
SDR Matlab LTE
📡 Using Software Designed Radio to transmit LTE downlink signals at 2.4 GHz
Stars: ✭ 21 (-34.37%)
Mutual labels:  sdr, software-defined-radio

gr-ccsds

this is a GNU Radio module for processing data which is encoded according to the CCSDS 131.0-B standard. it handles Reed Solomon, interleaving and scrambling/randomization.

it originally 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-config-info --prefix)
make
[sudo] make install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].