kaback / gr-rds

GNU Radio FM RDS Receiver (http://en.wikipedia.org/wiki/Radio_Data_System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

GNU Radio v3.7.

packets from your packet manager:

sudo apt-get install cmake libboost-all-dev libcppunit-dev liblog4cpp5-dev swig

Installation

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

Usage

open apps/rds_rx.grc example flow graph in GNU Radio Companion.

Demos

Quick example: http://www.youtube.com/watch?v=05i9C5lhorY

HAK5 episode (including installation): http://www.youtube.com/watch?v=ukhrIl4JHbw

History

Continuation of gr-rds on BitBucket (originally from Dimitrios Symeonidis https://bitbucket.org/azimout/gr-rds/ and also on CGRAN https://www.cgran.org/wiki/RDS).

About

GNU Radio FM RDS Receiver (http://en.wikipedia.org/wiki/Radio_Data_System)

License:GNU General Public License v2.0


Languages

Language:C 56.1%Language:Python 39.5%Language:C++ 4.4%