- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Implementa tion of DCT
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-13-2010 09:18 PM
Re: Implementa tion of DCT
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-14-2010 10:42 AM
explain your problem, I cannot what do you want?
it is very simple to do this by system generator, do you work with system generator ever?
Re: Implementa tion of DCT
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-15-2010 09:06 AM
I thought of using matrix multiplication algorithm ,but it got complicated since system generator has only basic gates,there are many computations
Re: Implementa tion of DCT
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-06-2011 05:57 AM
Hi All
I want to add create an IP that calculates the DCT.
How I do that? It's the first time that I use System Generator.
Please where I can find the code VHDL of the DCT?
Help please
Re: Implementa tion of DCT
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-20-2012 12:15 AM - edited 06-20-2012 12:20 AM
hi, it seem that xilinx does not support DCT and IDCT core any more,
I searched and I saw there are some simple solutions to implement DCT(IDCT) using FFT.(IFFT)
FFT core is available in Xilinx.
see this 2 links to now how to do this :
http://www.hydrogenaudio.org/forums/index.php?show
http://fourier.eng.hmc.edu/e161/lectures/dct/node2
I think the second solution is simpler because it use a N-point FFT(or IFFT) to calculate N-point DCT(or IDCT), but second one uses 2*N point FFT.
but I think the better solution just has forgotten to use sqrt(2) and 2*N fixed numbers ( which is done in first solution ),
after I correct this problem and test in MATLAB it was complelety okey and simple to implement in hardware without any special effort. you need just to have one PROM to save a fixed N-point complex vector with a Xilinx FFT core.
multiply the vector to input X, then feed it to FFT and finally read just the Real part of output of FFT.











