In the 1990's, Wim Sweldens released the algorithm of Lifting based DWT[2]. JPEG2000 standard commends this algorithm [1]. According to the JPEG 2000 Final Committee Verification Model Version 8.5[11], tow kinds of filter are authenticated. One is 5/3 filter, it is used in the lossless still picture compression, the other is 9/7 filter which is used in the lossy still picture compression. 9/7 filter is based on the Daubechies Wavelet mother function. This article is found on this kind of filter that is according to JPEG2000. And it presents the method that the filter is analyze to Lifting process. We use the Folding and Pipeline architecture to deal with this kind of novel DWT.We describe this architecture synthesizable with VerilogHDL langrage in FPGA. According to the specification of the FPGA, we chose the optimal multiplier and adder. We stimuli and synthesis this circuit in the EDA tools software. And then give the evaluation of performance. |