scipy.signal.ShortTimeFFT.fs — SciPy v1.15.3 Manual (original) (raw)
scipy.signal.ShortTimeFFT.
property ShortTimeFFT.fs#
Sampling frequency of input signal and of the window.
The sampling frequency is the inverse of the sampling interval T. A ValueError
is raised if it is set to a non-positive value.
See also
Time increment of STFT (hop*T
)
Time increment in signal samples for sliding window.
Sampling interval of input signal and of the window (1/fs
).
Class this property belongs to.