Compute the n-dimensional inverse fft of a real array.
Parameters: | a : array (real)
s : sequence (int)
axis : int
|
---|
Notes
The transform implemented in ifftn is applied along all axes but the last, then the transform implemented in irfft is performed along the last axis. As with irfft, the length of the result along that axis must be specified if it is to be odd.