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 ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « ShortTimeFFT »

Méthode scipy.signal.ShortTimeFFT.upper_border_begin

Signature de la méthode upper_border_begin

def upper_border_begin(self, n: int) -> tuple[int, int] 

Description

help(ShortTimeFFT.upper_border_begin)

First signal index and first slice index affected by post-padding.

Describes the point where the window does begin stick out to the right
of the signal domain.
A detailed example is given :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.
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: 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 compléments
Voir le programme détaillé