gr-ham icon indicating copy to clipboard operation
gr-ham copied to clipboard

A collection of GNU Radio blocks useful for amateur radio

gr-ham

Author: Clayton Smith
Email: [email protected]

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