I am thinking of analyzing a time-series of some particular values as it were a frequency-modulated signal.
I was looking for a Python implementation of an FM demodulator. I know there is a demodulator function in Matlab and Octave; for Python I found this FreqDemod package, but it doesn't seem to do what I want to do.
Help will be appreciated.