This file contains hidden or 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
#!/usr/bin/env python | |
# | |
# RTL FM Receiver - Python based realtime RF signal processing experiment | |
# @edy555 2016 | |
# requirement: numpy, scipy, pyaudio, pyrtlsdr | |
import numpy as np | |
import scipy.signal | |
import array | |
import rtlsdr |