This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Mono FM Demodulator | |
Dependencies: | |
numpy | |
scipy | |
This script is meant to take in raw IQ samples from stdin and output audio samples via stdout. | |
An SDR utility like rtl_sdr (from librtlsdr) can be used to capture IQ samples and a media |