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