This is documentation for an old release of NumPy (version 1.6.0). Read this page in the documentation of the latest stable release (version > 1.17).
Compute the 2-dimensional inverse FFT of a real array.
Parameters : | a : array_like
s : sequence of ints, optional
axes : sequence of ints, optional
|
---|---|
Returns : | out : ndarray
|
See also
Notes
This is really irfftn with different defaults. For more details see irfftn.