Back to Numerical Arrays (NumPy)
np.ifft
Compute the one-dimensional inverse discrete Fourier Transform.
Syntax
np.ifft(a, n?, axis?, norm?)
Description
Compute the one-dimensional inverse discrete Fourier Transform.
Parameters
| Name | Description |
|---|---|
| a | - Input array |
| n(optional) | - Length of the transformed axis |
| axis(optional) | - Axis over which to compute the inverse FFT. Default: -1 |
| norm(optional) | - Normalization mode |
Returns
NDArray