cosine transform
Computes the column-by-column discrete cosine transform of X.
dcost(X)
X |
Time series matrix |
cosine transformaed data
Jonathan M. Lees<jonathan.lees@unc.edu>
x <- 1:4 ### compare fft with cosine transform fft(x) dcost(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.