irfft(x, n=None, axis=-1, overwrite_x=0) -> y
Return inverse discrete Fourier transform of real sequence x. The contents of x is interpreted as the output of rfft(..) function.
- exp(sqrt(-1)*j*k* 2*pi/n)
- exp(sqrt(-1)*j*k* 2*pi/n)
c.c. denotes complex conjugate of preceeding expression.
Optional input: see rfft.__doc__