scipy.signal.ShortTimeFFT.
scipy.signal.ShortTimeFFT.fs#
- property ShortTimeFFT.fs#
- Sampling frequency of input signal and of the window. - The sampling frequency is the inverse of the sampling interval - T. A- ValueErroris 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. 
- T
- Sampling interval of input signal and of the window ( - 1/fs).
- ShortTimeFFT
- Class this property belongs to.