Discrete Fourier Transform (numpy.fft)
Discrete Fourier Transform (numpy.fft)
Standard FFTs
fft (a[, n, axis, norm]) | Compute the one-dimensional discrete Fourier Transform. |
ifft (a[, n, axis, norm]) | Compute the one-dimensional inverse discrete Fourier Transform. |
fft2 (a[, s, axes, norm]) | Compute the 2-dimensional discrete Fourier Transform |