fft#
- caput.algorithms.fft.fftw.FFTW.fft(x)[source]#
Perform a forward FFT.
- Parameters:
- x
complexarray_like Input array, must match the dtype specified at creation.
- x
- Returns:
- Raises:
AttributeErrorIf the forward FFT is not initialized.
Perform a forward FFT.
complex array_likeInput array, must match the dtype specified at creation.
AttributeErrorIf the forward FFT is not initialized.