Discrete Cosine Transform: Difference between revisions
mNo edit summary |
m (cleanup) |
||
Line 1: | Line 1: | ||
The DCT is similar to the Discrete Fourier Transform: It transforms a signal from the [[time domain]] into the [[frequency domain]]. | The Discrete Cosine Transform (DCT) is similar to the [[DFT|Discrete Fourier Transform]]: It transforms a signal from the [[time domain]] into the [[frequency domain]]. And just as the fourier transform uses sine and cosine waves to represent a signal, the DCT only uses cosine waves. The DCT I and II, is mostly used in image compression, while [[MDCT]] (DCT-IV) is used in audio encoding. | ||
The DCT is an invertible, discrete orthogonal transformation. |
Revision as of 07:43, 26 July 2006
The Discrete Cosine Transform (DCT) is similar to the Discrete Fourier Transform: It transforms a signal from the time domain into the frequency domain. And just as the fourier transform uses sine and cosine waves to represent a signal, the DCT only uses cosine waves. The DCT I and II, is mostly used in image compression, while MDCT (DCT-IV) is used in audio encoding.
The DCT is an invertible, discrete orthogonal transformation.