rfftinv {wavethresh} | R Documentation |
Inverse function of rfft
rfftinv(rz, n = length(rz))
rz |
The Fourier coefficients to invert |
n |
The number of coefficients |
Just the inverse function of rfft
.
The inverse FT of the input
Bernard Silverman