LeanHRPT-Demod
LeanHRPT-Demod copied to clipboard
An easy to use HRPT demodulator
LeanHRPT Demod
A demodulator for weather satellites. Also see LeanHRPT Decode.
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.