Rdocumentation
powered by
Learn R Programming
VBmix (version 0.2.8)
Rdct: Rdct
Description
performs DCT on a real vector.
Usage
Rdct(vect)
Arguments
vect
vector of real values.
Value
vector of DCT transformed values.
See Also
Rdct2D
Examples
Run this code
temp <- Rdct(irisdata[,
1
])
Run the code above in your browser using
DataLab