fft#

caput.algorithms.fft.fftw.FFTW.fft(x)[source]#

Perform a forward FFT.

Parameters:
xcomplex array_like

Input array, must match the dtype specified at creation.

Returns:
fftcomplex ndarray

DFT of the input array over specified axes.

Raises:
AttributeError

If the forward FFT is not initialized.