Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé
Classe « ShortTimeFFT »

Méthode scipy.signal.ShortTimeFFT.p_max

Signature de la méthode p_max

def p_max(self, n: int) -> int 

Description

help(ShortTimeFFT.p_max)

Index of first non-overlapping upper time slice for `n` sample
input.

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 :ref:`tutorial_stft_sliding_win`
section of the :ref:`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.
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.
ShortTimeFFT: Class this method belongs to.


Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé