Skip to content

5l1v3r1/gr-hermeslite2

 
 

Repository files navigation

gr-hermeslite2

GNU Radio modules for Hermes Lite 2.

The master branch supports GNU Radio 3.8. The maint-3.7 branch supports GNU Radio 3.7.

  • hermesNB sources decimated downconverted 48K-to-384K receiver complex stream(s), and sinks one 48k sample rate transmit complex stream.
  • hermesWB sources raw ADC samples as a vector of floats, with vlen=16384. Each individual vector contains time contiguous samples. However there are large time gaps between between vectors. This is how HPSDR produces raw samples, it is due to Ethernet interface rate limitations between HPSDR and the host computer.

To build:

mkdir build 
cd build 
cmake ../ 
make 
sudo make install 
sudo ldconfig 

About

GNU Radio interface module for Hermes Lite 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.6%
  • CMake 40.9%
  • Python 4.5%
  • C 1.0%