Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

idcost

Inverse cosine transform


Description

Takes the column-by-column inverse discrete cosine transform of Y.

Usage

idcost(Y)

Arguments

Y

Input cosine transform

Value

Time series

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

References

Aster, R.C., C.H. Thurber, and B. Borchers, Parameter Estimation and Inverse Problems, Elsevier Academic Press, Amsterdam, 2005.

See Also

dcost

Examples

x <- 1:4

### compare fft with cosine transform
     fft(x)
    
zig = dcost(x)
zag = idcost(zig)

PEIP

Geophysical Inverse Theory and Optimization

v2.2-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre]
Initial release
2020-08-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.