Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Xerbo/LeanHRPT-Demod

Repository files navigation

LeanHRPT Demod

Build

A demodulator for weather satellites. Also see LeanHRPT Decode.

Screenshot of LeanHRPT-Demod demodulating FengYun in realtime and outputting VCDUs

Installation

Compiled builds for Linux and Windows are available from the releases page.

And then see the wiki for how to use.

Building from source

For those who wish to compile from source you will need qtbase5-dev, libcorrect, libsndfile1-dev, libsoapysdr-dev, libfftw3-dev and a C++11 compiler (tested with gcc, clang and MSVC) installed. After that you can compile with:

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

You can also enable some experimental features by adding -DEXPERIMENTAL=ON to cmake.