Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

A few standalones demodulators replacing GNU Radio flowcharts

Notifications You must be signed in to change notification settings

altillimity/Standalone-Demodulators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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. This includes :

  • MetOp-A/B/C
  • FengYun-3A/B/C
  • SNPP, JPSS-1
  • X-Band FengYun MPT
  • FY3D
  • Aqua
  • and others!

Example while demodulating a MetOp AHRPT baseband

C-BPSK Demodulator

Simple BPSK (split phase with center carrier) demodulator containing presets for common L-Band satellites. This includes :

  • METEOR-M2/N2-2
  • NOAA 15 to 19

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