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-D FFT of an array.
Parameters: | a : array_like
s : shape tuple
axes : sequence of 2 ints
|
---|
Notes
This is really just fftn with different default behavior.