Skip to content

A few standalones demodulators replacing GNU Radio flowcharts

Notifications You must be signed in to change notification settings

arvedviehweger/Standalone-Demodulators

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standalone-Demodulators

A few standalones demodulators replacing GNU Radio flowcharts. Still WIP! But usable.

QPSK Demodulator

Simple QPSK demodulator containing presets for common VHF, L-Band and X-Band satellites.

Example while demodulating a MetOp AHRPT baseband

Building

This will require :

Then, building is done by cmake :

git clone https://github.com/altillimity/Standalone-Demodulators.git
cd Standalone-Demodulators
mkdir build && cd build
cmake ..
make -j2

Windows builds are already included in this repo, so Windows users do not have to build from source.

About

A few standalones demodulators replacing GNU Radio flowcharts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.2%
  • CMake 2.8%