powered by
Computes the column-by-column discrete cosine transform of X.
dcost(X)
Time series matrix
cosine transformaed data
# NOT RUN { x <- 1:4 ### compare fft with cosine transform fft(x) dcost(x) # }
Run the code above in your browser using DataLab