fun_ifft {WQM} | R Documentation |
Inverse Fourier transform
Description
Inverse Fourier transform
Usage
fun_ifft(x, do.plot = FALSE)
Arguments
x |
input time series. |
do.plot |
Logical value of plot. |
Value
reconstruction time series
References
fun_stoch_sim in PRSim, Brunner and Furrer, 2020.
Examples
x <- rnorm(100)
x.new <- fun_ifft(x, do.plot=TRUE)
[Package WQM version 0.1.4 Index]