powered by
Takes the column-by-column inverse discrete cosine transform of Y.
idcost(Y)
Time series
Input cosine transform
Jonathan M. Lees<jonathan.lees@unc.edu>
Aster, R.C., C.H. Thurber, and B. Borchers, Parameter Estimation and Inverse Problems, Elsevier Academic Press, Amsterdam, 2005.
dcost
x <- 1:4 ### compare fft with cosine transform fft(x) zig = dcost(x) zag = idcost(zig)
Run the code above in your browser using DataLab