This is documentation for an old release of NumPy (version 1.3.). 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 (real)
s : sequence (int)
axis : int
|
---|
Notes
The 2-D fft of the real valued array a. This is really just rfftn with different default behavior.