scipy.signal.ShortTimeFFT.m_num_mid#

property ShortTimeFFT.m_num_mid#

Center index of window win.

For odd m_num, (m_num - 1) / 2 is returned and for even m_num (per definition) m_num / 2 is returned.

See also

m_num

Number of samples in 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.

ShortTimeFFT

Class this property belongs to.