bundles / scipy latest / scipy / signal / _czt / CZT / __call__
function
scipy.signal._czt:CZT.__call__
source: /scipy/signal/_czt.py :238
Signature
def __call__ ( self , x , * , axis = -1 ) Summary
Calculate the chirp z-transform of a signal.
Parameters
x: arrayThe signal to transform.
axis: int, optionalAxis over which to compute the FFT. If not given, the last axis is used.
Returns
out: ndarrayAn array of the same dimensions as
x, but with the length of the transformed axis set tom.
Aliases
-
scipy.signal.CZT.__call__