https://github.com/rodrigo455/gnuradio-nbfm
REDHAWK GnuRadio Narrow Band FM Baseband Modulator and Demodulator components
https://github.com/rodrigo455/gnuradio-nbfm
Last synced: about 1 year ago
JSON representation
REDHAWK GnuRadio Narrow Band FM Baseband Modulator and Demodulator components
- Host: GitHub
- URL: https://github.com/rodrigo455/gnuradio-nbfm
- Owner: rodrigo455
- Created: 2017-08-16T11:50:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T10:53:22.000Z (over 8 years ago)
- Last Synced: 2025-03-27T08:11:24.988Z (about 1 year ago)
- Language: C++
- Size: 49.8 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REDHAWK GnuRadio Narrow Band FM Baseband Modulator and Demodulator components
## Description
The project contains the source and build script for the REDHAWK Components GrNbFmRx and GrNbFmTx.
It's a proposal of a way to use gnuradio within REDHAWK SDR, thus it requires gnuradio as a dependency.
## A More Complete Integration
This work uses a simple C++ only solution with a template class that inherits gnuradio sync block class... it's not a complete OTT module, therefore it is limited once gnuradio shines with python, with much more possibility of block usage. Of course there's room for improvement. You can find a more complete GnuRadio-REDHAWK integration from the [Geontech](https://github.com/Geontech)'s repo: **[gnuradio-redhawk](https://github.com/Geontech/gnuradio-redhawk)**