iDCT2
InverseCosineTransformMatrix_DCT2 Inverse of forward DCT-II matrix.
Declaration
matrix = iDCT2(N)
Parameters
Ninput argumentN
Returns
matrixoutput valuematrix
Discussion
InverseCosineTransformMatrix_DCT2 Inverse of forward DCT-II matrix This inverts CosineTransformForwardMatrix_DCT2 when the forward uses the 2/N scaling above (with no extra row halving). Implementation: DCT-III with DC (first) COLUMN halved.