100 likes | 113 Views
This project aims to implement a hybrid discrete cosine transform (DCT), discrete Fourier transform (DFT), and wavelet transform (HWT) in a single chip for hardware-efficient signal and image processing. The methodology involves combining algorithms from research papers to structure coefficient matrices for efficient sharing of common block diagrams. Verilog will be used for hardware implementation, enabling applications in video data compression and signal processing.
E N D
EE 800 Hybrid Architecture of DCT/DFT/Wavelet Transform (HWT) Project Name: Md. Ashraful Islam Samia Sharmin Shimu
Objective Hardware implementation of Hybrid Discrete cosine transform (DCT) / Discrete Fourier Transform (DFT)/Wavelet Transform (HWT) in single chip.
Motivation Combine three different transformation method in one chip Hardware saving Less Power consumption
Methodology The Algorithm of combining DCT/DFT/HWT is obtained from the paper, Zhu Chen, Moon Ho Lee “On Fast Hybrid Source Coding Design”,2007 International Symposium on Information Technology Convergence. The coefficient matrix of DCT, DFT and Haar wavelet are structured in similar pattern to share the common block diagrams. Different combination of matrix algorithm has been use to decompose the classical DCT,DFT and Haar matrix to find out the common blocks which will be shared by the three filters in our architecture. Hardware implementation would be done by Verilog.
Application Signal and image processing, Video data compression can be performed by this hybrid chip using DCT/DFT/ HWT.