ifft#
- caput.algorithms.fft.fftw.FFTW.ifft(x)[source]#
Perform a backward FFT.
When performing the backward
real -> realIFFT, the input array is destroyed.- Parameters:
- x
complexarray_like Input array, must match the dtype specified at creation.
- x
- Returns:
- Raises:
AttributeErrorIf the backward FFT is not initialized.