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 ? Programmation Python
Les compléments
Voir le programme détaillé
Classe « CZT »

Méthode scipy.signal.CZT.__call__

Signature de la méthode __call__

def __call__(self, x, *, axis=-1) 

Description

help(CZT.__call__)

Calculate the chirp z-transform of a signal.

Parameters
----------
x : array
    The signal to transform.
axis : int, optional
    Axis over which to compute the FFT. If not given, the last axis is
    used.

Returns
-------
out : ndarray
    An array of the same dimensions as `x`, but with the length of the
    transformed axis set to `m`.


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