scipy.signal.ShortTimeFFT.
scipy.signal.ShortTimeFFT.delta_t
-
property ShortTimeFFT.delta_t
Time increment of STFT.
The time increment delta_t
= T
* hop
represents the sample
increment hop
converted to time based on the sampling interval T
.
See also
delta_f
Width of the frequency bins of the STFT.
hop
Hop size in signal samples for sliding window.
t
Times of STFT for an input signal with n samples.
T
Sampling interval of input signal and window win
.
ShortTimeFFT
Class this property belongs to