scipy.signal.ShortTimeFFT.
scipy.signal.ShortTimeFFT.p_min#
- property ShortTimeFFT.p_min#
- The smallest possible slice index. - p_minis the index of the left-most slice, where the window still sticks into the signal, i.e., has non-zero part for t >= 0.- k_minis the smallest index where the window function of the slice- p_minis non-zero.- Since, per convention the zeroth slice is centered at t=0, - p_min<= 0 always holds. A detailed example is provided in the Sliding Windows section of the SciPy User Guide.