FourierDCTMatrix
FourierDCTMatrix(n)
gives a discrete cosine transform matrix with the dimension
(n,n)
and methodDCT-2
FourierDCTMatrix(n, methodNumber)
gives a discrete cosine transform matrix with the dimension
(n,n)
and methodDCT
-methodNumber
See
Examples
>> FourierDCTMatrix(3, 1){{1/2,1/2,1/2}, {1,0,-1}, {1/2,-1/2,1/2}}
Implementation status
- ☑ - partially implemented