RTL-SDR based FM Radio demodulator
- Make sure RTL-SDR drivers are installed
- Install all dependancies from
requirements.txt
Run python3 fm_radio.py --scan
to get a list of all potential FM radio stations available.
Run python3 fm_radio.py --station FREQ
, where FREQ is the float value of the FM radio station to play, in MHz.
All notebooks used to test this project can be found in the notebooks/
folder.