scipy.signal.ShortTimeFFT.
scipy.signal.ShortTimeFFT.p_min#
- property ShortTimeFFT.p_min#
The smallest possible slice index.
p_min
is 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_min
is the smallest index where the window function of the slicep_min
is 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.