scipy.signal.ShortTimeFFT.
scipy.signal.ShortTimeFFT.scaling#
- 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_tomethod, or it is set by the initializer parameter- scale_to.- See also - fac_magnitude
- Scaling factor for to a magnitude spectrum. 
- fac_psd
- Scaling factor for to a power spectral density spectrum. 
- fft_mode
- Mode of utilized FFT 
- scale_to
- Scale window to obtain ‘magnitude’ or ‘psd’ scaling. 
- ShortTimeFFT
- Class this property belongs to.