scipy.signal.ShortTimeFFT.
scipy.signal.ShortTimeFFT.fac_magnitude#
- property ShortTimeFFT.fac_magnitude#
Factor to multiply the STFT values by to scale each frequency slice to a magnitude spectrum.
It is 1 if attribute
scaling == 'magnitude'
. The window can be scaled to a magnitude spectrum by using the methodscale_to
.See also
fac_psd
Scaling factor for to a power spectral density spectrum.
scale_to
Scale window to obtain ‘magnitude’ or ‘psd’ scaling.
scaling
Normalization applied to the window function.
ShortTimeFFT
Class this property belongs to.