scipy.signal.ShortTimeFFT.
scipy.signal.ShortTimeFFT.delta_f
-
property ShortTimeFFT.delta_f
Width of the frequency bins of the STFT.
Return the frequency interval delta_f
= 1 / (mfft
* T
).
See also
delta_t
Time increment of STFT.
f_pts
Number of points along the frequency axis.
f
Frequencies values of the STFT.
mfft
Length of the input for FFT used.
T
Sampling interval.
t
Times of STFT for an input signal with n samples.
ShortTimeFFT
Class this property belongs to.