8000 GitHub - wds657/LeanHRPT-Demod: An easy to use HRPT demodulator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wds657/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.

About

An easy to use HRPT demodulator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 72.2%
  • C 25.7%
  • CMake 1.7%
  • Other 0.4%
0