scipy.signal.ShortTimeFFT.
scipy.signal.ShortTimeFFT.lower_border_end#
- property ShortTimeFFT.lower_border_end#
- First signal index and first slice index unaffected by pre-padding. - Describes the point where the window does not stick out to the left of the signal domain. A detailed example is provided in the Sliding Windows section of the SciPy User Guide. - See also - k_min
- The smallest possible signal index. 
- k_max
- First sample index after signal end not touched by a time slice. 
- lower_border_end
- Where pre-padding effects end. 
- p_min
- The smallest possible slice index. 
- p_max
- Index of first non-overlapping upper time slice. 
- p_num
- p_range
- Determine and validate slice index range. 
- upper_border_begin
- Where post-padding effects start. 
- ShortTimeFFT
- Class this property belongs to.