| Author |
Message |
shanmugavel
Joined: 08 Sep 2005 Posts: 13 Location: india, bangalore
|
08 Sep 2005 12:52 dicsrete cosine transform |
|
|
|
|
what is discrete cosine transform..
how is that used in compression. any practical idea on that .
what are its advantages.
|
|
| Back to top |
|
 |
vamshi
Joined: 17 Feb 2005 Posts: 4
|
09 Sep 2005 13:31 Re: dicsrete cosine transform |
|
|
|
|
DCT is used in compression standards ,
1) it converts time domain to frequency domain
2) by doing DCT the signal energy is concerntrated at DC(most) , Low frequency and high frequency
|
|
| Back to top |
|
 |
shanmugavel
Joined: 08 Sep 2005 Posts: 13 Location: india, bangalore
|
09 Sep 2005 13:37 Re: dicsrete cosine transform |
|
|
|
|
| what is the compression rate compared to others transform
|
|
| Back to top |
|
 |
vadkudr
Joined: 12 Jul 2005 Posts: 120 Helped: 12
|
12 Sep 2005 3:44 Re: dicsrete cosine transform |
|
|
|
|
I can not give you exact numbers of compressing effectivity. May be you can find them in books on signal compreesing (some of them are in my electronic library).
You should only keep in mind that
"DCT (namely, DCT of type 2) was was developed as an approximation for the KLT of a first-order Gauss-Markov process with a large positive correlation coefficient"
It is citation from M.Vetterli "Wavelets and subband processing", p.375
Another citation from the same page
"Even if the assumptions do not hold exactly (images are not first-order Gauss-Markov) DCT has proven to be a robust approximation for KLT"
|
|
| Back to top |
|
 |
boeysue
Joined: 23 Dec 2004 Posts: 190 Helped: 3
|
13 Sep 2005 6:03 Re: dicsrete cosine transform |
|
|
|
|
You can find the detailed explaination on the Rao's book.
The discrete cosine Transform
|
|
| Back to top |
|
 |
Kevinloo
Joined: 19 Dec 2005 Posts: 2 Helped: 1
|
17 Jan 2006 16:21 dicsrete cosine transform |
|
|
|
|
| In fact, DCT comes from DFT. When we take IDFT, the resulting signal may have some discontinued points. To delete it, we extend the signal as a even-symmetric signal and derive the DCT format
|
|
| Back to top |
|
 |
ArjunSC
Joined: 24 Dec 2005 Posts: 50 Helped: 2
|
19 Jan 2006 8:28 Re: dicsrete cosine transform |
|
|
|
|
| shanmugavel wrote: |
what is discrete cosine transform..
how is that used in compression. any practical idea on that .
what are its advantages. |
DCT (Discrete cosine transform) takes it's name because of the fact all signals can be interpreted as a sine/cosine wave. MP3 coding mainly uses DCT for compression. DCT is more effective than DFT for compression. FACT: ~85% of data is reduced by using DCT, but the signal will be perceivably of same quality.
Refer Fundamentals of Multmedia - Li & Drew.
|
|
| Back to top |
|
 |
sinu_gowde
Joined: 10 Nov 2005 Posts: 143 Helped: 21
|
20 Jan 2006 5:45 Re: dicsrete cosine transform |
|
|
|
|
DCT:
The discrete cosine transform (DCT) is a Fourier-related transform similar to the discrete Fourier transform (DFT), but using only real numbers. It is equivalent to a DFT of roughly twice the length, operating on real data with even symmetry (since the Fourier transform of a real and even function is real and even), where in some variants the input and/or output data are shifted by half a sample. (There are eight standard variants, of which four are common.)
The most common variant of discrete cosine transform is the type-II DCT, which is often called simply "the DCT"; its inverse, the type-III DCT, is correspondingly often called simply "the inverse DCT" or "the IDCT".
Two related transforms are the discrete sine transform (DST), which is equivalent to a DFT of real and odd functions, and the modified discrete cosine transform (MDCT), which is based on a DCT of overlapping data.
For more information checkout these links:
1) http://en.wikipedia.org/wiki/Discrete_cosine_transform
2) http://cnx.rice.edu/content/m11092/latest/
3) http://www.bretl.com/mpeghtml/DCxfrm.HTM
4) http://www.icaen.uiowa.edu/~dip/LECTURE/LinTransforms.html
|
|
| Back to top |
|
 |
Google AdSense

|
20 Jan 2006 5:45 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
saudrehman
Joined: 20 Dec 2005 Posts: 46 Helped: 1
|
23 Jan 2006 13:06 Re: dicsrete cosine transform |
|
|
|
|
the most useful feature of DCT which makes it attractive for use in Image compression applications is that it takes correalated input data and concentrates its energy in a few transform coefficients i.e. the DC and Low frequency components.
Other components are usually zero or negligibly small and can be neglected or quantized.
and in image compression it is well known fact that adjacent pixels are highly correalated
|
|
| Back to top |
|
 |