bundles / scipy 1.17.1 / scipy / signal / _short_time_fft / ShortTimeFFT / p_max
function
scipy.signal._short_time_fft:ShortTimeFFT.p_max
Signature
def p_max ( self , n : int ) → int Summary
Index of first non-overlapping upper time slice for n sample input.
Extended Summary
Note that center point t[p_max] = (p_max(n)-1) * delta_t is typically larger than last time index t[n-1] == (n-1) * T. The upper border of samples indexes covered by the window slices is given by k_max. Furthermore, p_max does not denote the number of slices p_num since p_min is typically less than zero. A detailed example is provided in the tutorial_stft_sliding_win section of the user_guide.
See also
- ShortTimeFFT
Class this method belongs to.
- k_max
First sample index after signal end not touched by a time slice.
- k_min
The smallest possible signal index.
- p_min
The smallest possible slice index.
- p_num
Number of time slices, i.e.,
p_max-p_min.- p_range
Determine and validate slice index range.
Aliases
-
scipy.signal.ShortTimeFFT.p_max