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