powered by
Computes the column-by-column discrete cosine transform of X.
dcost(X)
cosine transformaed data
Time series matrix
Jonathan M. Lees<jonathan.lees@unc.edu>
x <- 1:4 ### compare fft with cosine transform fft(x) dcost(x)
Run the code above in your browser using DataLab