scipy.signal.ShortTimeFFT.
scipy.signal.ShortTimeFFT.win#
- property ShortTimeFFT.win#
Window function as real- or complex-valued 1d array.
This attribute is read-only, since
dual_win
depends on it. To make this array immutable, its WRITEABLE flag is set toFALSE
.See also
dual_win
Dual window.
m_num
Number of samples in window
win
.m_num_mid
Center index of window
win
.mfft
Length of input for the FFT used - may be larger than
m_num
.hop
ime increment in signal samples for sliding window.
win
Window function as real- or complex-valued 1d array.
numpy.ndarray.setflags
Modify array flags.
ShortTimeFFT
Class this property belongs to.