{ } Raw JSON

bundles / scipy 1.17.1 / 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 : 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.

Aliases

  • scipy.signal.CZT.__call__