scipy.signal.ShortTimeFFT.m_num#

property ShortTimeFFT.m_num#

Number of samples in window win.

Note that the FFT can be oversampled by zero-padding. This is achieved by setting the mfft property.

See also

m_num_mid

Center index of window win.

mfft

Length of input for the FFT used - may be larger than m_num.

hop

Time increment in signal samples for sliding window.

win

Window function as real- or complex-valued 1d array.

ShortTimeFFT

Class this property belongs to.