An open API service indexing awesome lists of open source software.

https://github.com/argilo/gr-ham

A collection of GNU Radio blocks useful for amateur radio
https://github.com/argilo/gr-ham

Last synced: about 1 year ago
JSON representation

A collection of GNU Radio blocks useful for amateur radio

Awesome Lists containing this project

README

          

gr-ham
======

Author: Clayton Smith
Email:

This project includes several blocks that may be of use to amateur radio
operators. Currently it has a varicode encoder and decoder (useful for PSK31),
a decoder for the CHU time signal, and a partial decoder for D-STAR.

Build instructions:

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