Compute the n-dimensional fft of a real array.
Parameters: | a : array (real)
s : sequence (int)
axis : int
|
---|
Notes
A real transform as rfft is performed along the axis specified by the last element of axes, then complex transforms as fft are performed along the other axes.