Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 325 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 325 Bytes

GNU Radio module for receiving NRSC-5 (HD Radio)

Lets you use nrsc5 as a block in GNU Radio

Outputs audio and SIS/ID3 data.

Basic build instructions:

cd gr-nrsc5-rx
mkdir build
cd build
cmake -DENABLE_DOXYGEN=OFF ..
make
sudo make install