Learn R Programming

wavethresh (version 4.7.3)

rfftinv: Inverse real FFT, inverse of rfft

Description

Inverse function of rfft

Usage

rfftinv(rz, n = length(rz))

Value

The inverse FT of the input

Arguments

rz

The Fourier coefficients to invert

n

The number of coefficients

Author

Bernard Silverman

Details

Just the inverse function of rfft.

See Also

rfft