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
- Host: GitHub
- URL: https://github.com/argilo/gr-ham
- Owner: argilo
- License: gpl-3.0
- Created: 2014-01-04T02:11:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T16:02:07.000Z (over 2 years ago)
- Last Synced: 2025-03-27T03:04:18.796Z (over 1 year ago)
- Language: Python
- Size: 194 KB
- Stars: 42
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
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