fun_ifft | R Documentation |
Inverse Fourier transform
fun_ifft(x, do.plot = FALSE)
x |
input time series. |
do.plot |
Logical value of plot. |
reconstruction time series
fun_stoch_sim in PRSim, Brunner and Furrer, 2020.
x <- rnorm(100)
x.new <- fun_ifft(x, do.plot=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.