Learn R Programming

WQM (version 0.1.4)

fun_ifft: Inverse Fourier transform

Description

Inverse Fourier transform

Usage

fun_ifft(x, do.plot = FALSE)

Value

reconstruction time series

Arguments

x

input time series.

do.plot

Logical value of plot.

References

fun_stoch_sim in PRSim, Brunner and Furrer, 2020.

Examples

Run this code
x <- rnorm(100)
x.new <- fun_ifft(x, do.plot=TRUE)

Run the code above in your browser using DataLab