scipy.signal.ShortTimeFFT.scaling — SciPy v1.15.3 Manual (original) (raw)
scipy.signal.ShortTimeFFT.
property ShortTimeFFT.scaling#
Normalization applied to the window function (‘magnitude’, ‘psd’ or None
).
If not None
, the FFTs can be either interpreted as a magnitude or a power spectral density spectrum.
The window function can be scaled by calling the scale_to method, or it is set by the initializer parameter scale_to
.
See also
Scaling factor for to a magnitude spectrum.
Scaling factor for to a power spectral density spectrum.
Mode of utilized FFT
Scale window to obtain ‘magnitude’ or ‘psd’ scaling.
Class this property belongs to.