scipy.signal.ShortTimeFFT.T#

property ShortTimeFFT.T#

Sampling interval of input signal and of the window.

A ValueError is raised if it is set to a non-positive value.

See also

delta_t

Time increment of STFT (hop*T)

hop

Time increment in signal samples for sliding window.

fs

Sampling frequency (being 1/T)

t

Times of STFT for an input signal with n samples.

ShortTimeFFT

Class this property belongs to.