numpy.fft.irfftn()
numpy.fft.irfftn
-
numpy.fft.irfftn(a, s=None, axes=None, norm=None)
[source] -
Compute the inverse of the N-dimensional FFT of real input.
This function computes the inverse of the N-dimensional discrete Fourier Transform for real input over any number of axes in an M-dimensional array by means of the Fast Fourier Transform (FFT). In other words,
irfftn(rfftn(a), a.shape) == a
to within numerical accuracy. (Thea.shape
is necessary likelen(a)
is forirfft
, and for the same reason.)The input should b