numpy.fft.irfft2(a, s=None, axes=(-2, -1), norm=None) [source]
Compute the 2-dimensional inverse FFT of a real array.
| Parameters: |
|
|---|---|
| Returns: |
|
See also
irfftn
This is really irfftn with different defaults. For more details see irfftn.
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.fft.irfft2.html