跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.134) 您好!臺灣時間:2025/11/14 05:17
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:楊明達
研究生(外文):Min-Ta Yang
論文名稱:符合JPEG2000之離散小波轉換與反轉換硬體設計
論文名稱(外文):The VLSI Design of Discrete Wavelet Transform and Inverse Discrete Wavelet Transform for JPEG2000
指導教授:吳炳飛吳炳飛引用關係
學位類別:碩士
校院名稱:國立交通大學
系所名稱:電機與控制工程系
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2003
畢業學年度:91
語文別:中文
論文頁數:82
中文關鍵詞:小波轉換
外文關鍵詞:JPEG2000DWTLifting Scheme
相關次數:
  • 被引用被引用:0
  • 點閱點閱:178
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:2
離散小波轉換的技術,已被廣泛的應用於訊號分析與影像處理的問題上。由於小波轉換後的係數呈現能量集中低頻的特性,非常適合影像資料壓縮的前處理。新的工業界標準中如JPEG2000、MPEG4已使用離散小波轉換取代離散餘弦轉換。
基於此,本論文將針對一維一層、一維多層與二維多層離散小波轉換的硬體架構,提出符合JPEG2000標準的離散小波轉換硬體設計。除了可輕易整合離散小波轉換與反轉換之外,更可以利用模組化的設計觀念,在不同的硬體架構上實現。
在本論文中,我們分別使用了二種不同的架構實現一維多層DWT。並以一維多層的硬體為基礎,配合二維控制器應用於二維多層DWT的硬體設計。
最後藉由Synopsys與Avant! tool模擬與合成實際的晶片以後,不管在圖形處理能力、運算速度或晶片面積上皆具有不錯的表現。

The discrete wavelet transform (DWT) technique has been widely used in signal processing and image processing. Since the DWT coefficients have the property of energy conservation in the low frequency part, it is suitable for data compression. In the recent industry standard, DWT has replaced DCT which is a main approach in image compression in JPEG2000 and MPEG4.
Due to the drawback, the thesis focuses on the hardware architectures of 1-layer 1- dimensional DWT, multi-layer 1-dimensional DWT and Multi-layer 2-dimensional DWT which are the standard of JPEG2000. Based on the architecture, DWT and the inverse discrete wavelet transform (IDWT) can be integrated easily. Furthermore we can use the module design concept to implement DWT by different hardware architectures.
Moreover, in the thesis, we use two different architectures to implement the multi-layer 1-dimensional DWT. Besides, accompanied with “2D-controller”the multi-layer 1-dimensional DWT can be adopted in multi-layer 2-dimension DWT hardware architecture.
Consequently, the gate level simulation and P&R are done with Synopsys and Avant! tools. The chip has advantages in the ability of image processing, execution time and chip area.

目 錄
中文摘要…………………………………………………………………………...i
英文摘要…………………………………………………………………………..ii
誌謝……………………………………………………………………………….iii
目錄……………………………………………………………………………….iv
圖目錄…………………………………………………………………………….vii
表目錄…………………………………………………………………………….xi
第一章 緒論…………………………………………………………1
1.1 研究背景……………………………………………………………1
1.2 研究動機……………………………………………………………2
1.3 論文章節安排………………………………………………………3
第二章 小波轉換理論概述…………………………………………5
2.1 一維離散小波轉換與反轉換………………………………………..5
2.2 二維離散小波轉換與反轉換………………………………………...7
2.3 二維離散小波轉換的多層解析……………………………………...9
第三章 Lifting Scheme小波轉換…………………………………..11
3.1 Lifting Scheme………………………………………………………...11
3.2 Lifting Scheme DWT計算分析………………………………………14
3.3 Lifting Scheme IDWT計算分析……………………………………...16
3.4 使用1M2A的Lifting Scheme wavelet transform架構………………18
第四章 一維多層小波轉換硬體架構設計………………………….21
4.1架構概述………………………………………………………………….21
4.1.1 ALU unit………..………………………………………………..22
4.1.1.1 暫存器陣列(register bank)…………………………….22
4.1.1.2 MAC……………………………………………………24
4.1.1.3 資料運算路徑的Pipeline……………………………...25
4.1.2 Control unit………………………………………………………26
4.1.2.1 時序產生器…………………………………………….26
4.1.2.2 濾波器係數記憶體…………………………………….27
4.1.2.3 狀態設定電路………………………………………….28
4.1.3 I/O unit…………………………………………………………...30
4.2 實現一維多層小波轉換………………………………………………..31
4.3 CDF(9,7) for JPEG2000…………………………………………………33
第五章 二維多層小波轉換硬體架構設計…………………………..37
5.1 2D-DWT實現演算法………………………………………………….37
5.2 2D-DWT/IDWT的硬體架構…………………………………………..38
5.3 DWT 2D-Controller的硬體架構………………………………………40
5.3.1 DWT Address-Generator………………………………………..41
5.3.2 暫存器陣列Register Array(for DWT)………………………….44
5.3.3 Control Set(for DWT)…………………………………………..46
5.3.4 DWT Hand-Shaking…………………………………………….48
5.4 IDWT 2D-Controller的硬體架構………………………………………49
5.4.1 IDWT Address-Generator……………………………………….50
5.4.2 暫存器陣列Register Array(for IDWT)…………………………52
5.4.3 Control Set(for IDWT)…………………………………………..54
5.4.4 IDWT Hand-Shaking……………………………………………56
第六章 晶片硬體實現………………………………………………..59
6.1 Lossless Compression二維多層離散小波轉換晶片規格Chip53…..59
6.1.1 晶片規格及佈局………………………………………………..59
6.1.2 晶片佈局圖……………………………………………………..62
6.1.3 晶片特性………………………………………………………..64
6.1.4 chip53晶片模擬結果…………………………………………..64
6.2 Lossly Compression二維多層離散小波轉換晶片規格Chip97……..67
6.2.1 晶片規格及佈局………………………………………………...67
6.2.2 晶片佈局圖……………………………………………………...69
6.2.3 晶片特性……………………………………………………...…71
6.2.4 chip97晶片模擬結果…………………………………………...71
6.3 晶片效能分析…………………………………………………………...74
第七章 結論與未來展望……………………………………………..79
7.1 結論…………………..…………………………………………………79
7.2 未來展望………………………………………………………………..80
參考文獻…………………………………………………………………………….81

參考文獻
[1] Jer Min Jou,Yeu-Horng Shian,Chin-Chi Liu, Efficient VLSI Architecture For The Biorthogonal Wavelet Transform By Filter Bank And Lifting Scheme ,National Cheng Kung University,2001.
[2] Chung Jr Lian,Kuan Fu Chen,Hong Hui Chen and Liang Gee Chen, Lifting Based Discrete Wavelet Transform Architecture For JPEG2000 ,National Taiwan University,2001.
[3] Po Chih Tseng,Chao Tsung Huang and Liang Gee Chen, VLSI Implementation Of Shape-adaptive Discrete Wavelet Transform , National Taiwan University,2001.
[4] Chao Tsung Huang,Po Chih Tseng and Liang Gee Chen, Flipping Structure: An Efficient VLSI Architecture For Lifting-Based Discrete Wavelet Transform , National Taiwan University,2001.
[5] M. Antonini, M. Barlaud, P. Mathieu, and I. Daubechies, “Image Coding Using Wavelet Transform,” IEEE Trans. Image Processing, vol. 1, no. 2, pp. 205-220, Apr. 1992.
[6] G. Strang and T. Nguyen, Wavelets and Filter Banks. Wellesley, MA: Wellesley-Cambridge, 1996.
[7] P.P. Vaidyanathan, Multirate Systems And Filter Banks. Prentice-Hall Inc, Englewood Cliffs, NJ, 1993.
[8] A. V. Oppenheim and R.W. Schafer, Discrete-Time Signal Processing, 2e., Prentice-Hall Inc, 1998.
[9] M, Vishwanath, R. M. Owens, and M. J. Irwin, “VLSI Architectures for the Discrete Wavelet Transform,” IEEE Trans. Circuits And Systems II vol. 42, no. 5, pp. 305-316, May. 1995.
[10] M. Ferretti and D. Rizzo, “Handling Borders in Systolic Architectures for the 1-D Discrete Wavelet Transform for Perfect Reconstruction,” IEEE Trans. Signal Processing vol. 48, no. 5, pp. 1365-1378, May. 2000.
[11] S. Mallat, “A theory for multiresolution signal decompositions: The wavelet representation,” IEEE Trans. Pattern Anal. Machine Intell., vol. 11, pp. 674-693, July 1989.
[12] M. Vishwanath, “The recursive pyramind algorithm for the discrete wavelet transform,” IEEE Trans. Signal Processing, vol. 42, pp. 673-677, Mar. 1994.
[13] G. Knowles, “VLSI architecture for the discrete wavelet transform,” Electron. Lett., vol. 26, no. 15, pp. 1184-1185, July 1990.
[14] Denk T.C and Parh, K.K., “Systolic VLSI architectures for 1-D discrete wavelet transforms,” Signals, Systems and Computers, 1998. Conference Record of the Thirty-Second Asilomar Conference, vol. 2, pp. 1220-1224, 1998.
[15] Wu Shunjun, Wang Chao and Shang Yong, “A VLSI implementation structure for wavelet decomposition filter.” Multimedia and Expo, 2000. ICME 2000. 2000 IEEE International Conference, vol. 3, pp. 1399-1402, 2000.
[16] K., Andra, C. Chakrabarti and T. Acharya, “A VLSI architecture for lifting-based wavelet transform,” Signal Processing Systems IEEE Workshop on 2000, pp. 70 —79.
[17] JPEG2000 Verification Model 6.0.
[18] Bing-Fei Wu and Chorng-Yann Su, “A Fast Convolution Algorithm for biorthogonal Wavelet Image Compression,” The Journal of the Chinese Institute of Engineers, vol. 22, no. 2, pp. 179-192, 1999.
[19] S, Mallat, “A theory for multiresolution signal decomposition: the wavelet representation,” IEEE Trans. Pattern Anal. Machine Intell., wol. 11, pp. 674-693, 1989.
[20] http://www.mpeg.org/
[21] http://www.jpeg.org/
[22] Ming-Hwa Sheu; Ming-Der Shieh; Sheng-Wel Liu, “A VLSI architecture design with lower hardware cost and less memory for separable 2-D discrete wavelet transform” Circuits and Systems, 1998. ISCAS '98. Proceedings of the 1998 IEEE International Symposium on , Volume: 5 , 1998 Page(s): 457 -460 vol.5
[23] Chu Yu; Sao-Jie Chen, “VLSI implementation of 2-D discrete wavelet transform for real-time video signal processing” Consumer Electronics, IEEE Transactions on , Volume: 43 Issue: 4 , Nov. 1997 Page(s): 1270 —1279
[24] Simon, T.; Chandrakasan, A.P. “An ultra low power adaptive wavelet video encoder with integrated memory” Solid-State Circuits, IEEE Journal of , Volume: 35 Issue: 4 , April 2000 Page(s): 572 —582
[25] Chien-Yu Chen; Zhong-Lan Yang; Tu-Chih Wang; Liang-Gee Chen “A programmable VLSI architecture for 2-D discrete wavelet transform “ Circuits and Systems, 2000. Proceedings. ISCAS 2000 Geneva. The 2000 IEEE International Symposium on , Volume: 1 , 2000 Page(s): 619 -622 vol.1
[26] 彭文孝 李鎮宜 “應用於二維可分離式離散小波轉換之高效能演算法和架構設計” 國立交通大學碩士論文 1998
[27] 王志維 吳炳飛 ”使用內嵌指令式離散小波轉換與反轉換硬體設計” 國立交通大學碩士論文 2001

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top