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 ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé
Classe « ShortTimeFFT »

Méthode scipy.signal.ShortTimeFFT.p_num

Signature de la méthode p_num

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

Description

help(ShortTimeFFT.p_num)

Number of time slices for an input signal with `n` samples.

It is given by `p_num` = `p_max` - `p_min` with `p_min` typically
being negative.
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.
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_range: Determine and validate slice index range.
upper_border_begin: Where post-padding effects start.
ShortTimeFFT: Class this method belongs to.


Vous êtes un professionnel et vous avez besoin d'une formation ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé