scisalt.scipy.fft¶
-
scisalt.scipy.fft(values, freq=None, timestamps=None, fill_missing=False)[source]¶ Adds options to
scipy.fftpack.rfft:- freq is the frequency the samples were taken at
- timestamps is the time the samples were taken, to help with filling in missing data if fill_missing is true