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

dcost

cosine transform


Description

Computes the column-by-column discrete cosine transform of X.

Usage

dcost(X)

Arguments

X

Time series matrix

Value

cosine transformaed data

Author(s)

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

Examples

x <- 1:4

### compare fft with cosine transform
     fft(x)
    
dcost(x)

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.