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