This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
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__