跳到主要內容

臺灣博碩士論文加值系統

(44.220.251.236) 您好!臺灣時間:2024/10/11 03:38
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:黃雅芬
研究生(外文):Ya-fen Huang
論文名稱:以FPGA實現二維一階上提式離散小波轉換架構
論文名稱(外文):Realization of 2-Dimensional 1-Level Lifting-Based Discrete Wavelet Transform Scheme by using FPGA Chip
指導教授:張原豪張原豪引用關係
指導教授(外文):Yuen-haw Chang
學位類別:碩士
校院名稱:朝陽科技大學
系所名稱:資訊工程系碩士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2007
畢業學年度:96
語文別:中文
論文頁數:77
中文關鍵詞:離散小波轉換上提式
外文關鍵詞:Lifting schemeDiscrete wavelet transform
相關次數:
  • 被引用被引用:1
  • 點閱點閱:364
  • 評分評分:
  • 下載下載:2
  • 收藏至我的研究室書目清單書目收藏:0
在此篇論文中,我們提出一個高效率的上提式5/3濾波器之二維離散小波轉換架構。使用移位器取代原本的乘法器來達到乘於預測與更新的係數以完成上提式步驟。移位的方法能夠節省硬體面積跟計算複雜度。另外,我們加入了一顆多工器來減少硬體資源,藉著使用移位器、多工器與摺疊式方法使此架構能實現於多階離散小波轉換來達到高硬體使用率。
最後以Verilog HDL描述我們提出的電路架構,經過編譯模擬完成後,再利用Xilinx的元件庫設計。我們使用Xilinx FPGA的晶片為Spartan II XC 2S200-5PQ208C,透過這顆晶片來模擬實現我們所設計的電路。
In this paper, an efficient architecture is proposed for realization of 2D lifting-based 5/3 filter discrete wavelet transform (DWT). By substituting multipliers, it is a better choice to adopt shifters for the realization of lifting computation with the predictor/update coefficient. Such a shifter approach is able to save the hardware area and computation load. In addition, an extra multiplexer is employed here for the hardware cost reduction. By using shifters and multiplexer, based on the folding scheme, the architecture is proposed for the realization of multilevel wavelet transform with the higher hardware utilization. Finally, by employing Matlab/Simulink simulation, the proposed architecture can achieve pretty high PSNR quality of reconstructed images, and then the result shows the efficacy of the architecture. Then, we implement them on a FPGA device of Spartan II XC 2S200-5PQ208C.
目錄
中文摘要 I
Abstract II
誌 謝 III
目錄 IV
表目錄 VII
圖目錄 VIII
第一章 緒論 1
1.1 研究動機 1
1.2 相關研究 2
1.3 各章節提要 3
第二章 離散小波轉換 5
2.1 前言 5
2.2 傳統離散小波轉換 6
2.3 上提式離散小波轉換 9
2.3.1 上提式離散小波正轉換 9
2.3.2上提式離散小波反轉換 11
2.3.3與傳統離散小波之比較 12
2.4 一維三階離散小波轉換 13
2.5 二維離散小波轉換 14
2.5.1 二維一階離散小波轉換 14
2.5.2 二維三階離散小波轉換 17
第三章 5/3濾波器之二維上提式離散小波轉換架構 19
3.1 前言 19
3.2 設計概念 19
3.2.1 以移位器取代乘法器 19
3.2.2 二維影像之設計概念 21
3.2.3加入Multiplexer設計 21
3.2.4 列轉換 23
3.2.5 行轉換 24
3.2.6 反轉換架構 26
3.3 多階的設計 28
3.4 上提式5/3濾波器係數架構之硬體實現 28
3.5 數學模擬驗證 30
3.6 上提式DWT的HDL語言模擬 31
第四章 模擬與結果 34
4.1 前言 34
4.2 設計流程 34
4.3 硬體實現 36
4.3.1 設計流程 36
4.3.2 FPGA Demo Board 39
4.3.3電腦端與 FPGA 硬體連線 40
4.4 效能與結果 42
第五章 結論與未來展望 50
參考文獻 52
附錄 54
附錄A:RS232 54
附錄B:Xilinx-ISE 8.1i晶片設計環境簡介 55
附錄C:晶片實作 56
附錄D:部份RTL Code 70

表目錄
表2.1 硬體資源比較表..................................................................................... 12
表2.2 5/3 濾波器各階係數表............................................................................ 18
表3.1 5/3 濾波器係數處理方式表.................................................................... 21
表4.1 影像重建後PSNR 表............................................................................. 42
表4.2 二維一階上提式硬體資源比較表......................................................... 42
表4.3 使用的硬體資源和性能表..................................................................... 43
表4.4 離散小波正轉換合成結果表................................................................. 43

圖目錄
圖2. 1 輸入資料與高低頻係數的關係.............................................................. 7
圖2. 2 一階一維離散小波轉換之正、反轉換架構圖...................................... 8
圖2. 3 上提式離散小波正轉換架構.................................................................. 9
圖2. 4 上提式離散小波反轉換架構................................................................ 11
圖2. 5 一維三階離散小波轉換架構架構圖.................................................... 13
圖2. 6 二維ㄧ階離散小波轉換執行方向圖.................................................... 15
圖2. 7 二維ㄧ階離散小波轉換示意圖............................................................ 16
圖2. 8 二維ㄧ階離散小波正轉換架構圖........................................................ 16
圖2. 9 二維ㄧ階離散小波反轉換架構圖........................................................ 17
圖2. 10 二維三階離散小波轉換架構圖.......................................................... 18
圖3. 1 直接式二維ㄧ階離散小波轉換架構圖................................................ 22
圖3. 2 二維ㄧ階離散小波轉換架構圖............................................................ 22
圖3. 3 改良後5/3 濾波器之上提式離散小波正轉換硬體架構.................... 24
圖3. 4 列方向小波轉換示意圖........................................................................ 24
圖3. 5 行方向小波轉換示意圖........................................................................ 25
圖3. 6 5/3 濾波器之1-D 上提式離散小波正轉換計算時序.......................... 25
圖3. 7 轉置記憶體的編排圖............................................................................ 26
圖3. 8 5/3 濾波器之1-D 上提式離散小波反轉換計算時序.......................... 27
圖3. 9 改良後5/3 濾波器之上提式離散小波反轉換硬體架構.................... 27
圖3. 10 二維多階離散小波轉換架構圖.......................................................... 28
圖3. 11 5/3 濾波器之上提式離散小波轉換架構............................................. 29
圖3. 12 5/3 濾波器之上提式離散小波轉換架構程式區塊圖........................ 29
圖3. 13 二維一階離散小波轉換ModelSim 輸入資料示意圖....................... 32
圖3. 14 二維一階離散小波轉換ModelSim 輸出資料示意圖....................... 32
圖3. 15 二維一階離散小波正轉換RTL 合成電路圖.................................... 33
圖3. 16 二維一階離散小波反轉換RTL 合成電路圖.................................... 33
圖4. 1 不同層級的電路示意圖........................................................................ 35
圖4. 2 電路架構設計流程圖............................................................................ 36
圖4. 3 FPGA 設計流程圖.................................................................................. 37
圖4. 4 離散小波轉換流程圖............................................................................ 38
圖4. 5 DEMO BOARD 實際照片..................................................................... 39
圖4. 6 DEMO BOARD 版面配置圖................................................................. 39
圖4. 7 ISE 合成TOP 電路圖............................................................................ 42
圖4. 8 正轉換VB 結果圖................................................................................ 46
圖4. 9 反轉換VB 結果圖................................................................................ 46
圖4. 10 轉換後的影像結果.............................................................................. 46
圖A. 1 RS232 修改圖........................................................................................ 54
圖B. 1 ISE 8.1i 主畫面...................................................................................... 55
參考文獻

[1]S. G. Mallat, “Multi-frequency channel decompositions of images and wavelet models,” IEEE Trans. on Acous. Speech and Proc, 1989, ASSP-37, 12, pp. 2091-2110.
[2]G. Beylkin, R. Coifman, and V. Rokhlin, “Wavelets in numerical analysis,” New York: Jones and Bartlett, 1992.
[3]A. N. Akansu and R. A. Haddad, Multi-resolution signal decomposition: transforms, subbands and wavelets, ACADEMIC PRESS, second edition, 1992.
[4]M. A. Stoksik, R. G. Lane, D. T. Nguyen, “Accurate synthesis of fractional Brownian motion using wavelets,” Electronic Letters, 1994, Vol. 30, No.5, pp. 383-384.
[5]D. Taubman, “High performance scalable image compression with EBCOT,” IEEE Trans. on Image Processing, 2000, Vol. 9, pp.1158-1170.
[6]I. Sodagar, H. J. Lee, P. Hatrack, and Y. Q. Zhang, “Scalable wavelet coding for synthetic/natural hybrid images,” IEEE Trans. on Circuits and Systems for Video Technology, 1999, Vol. 9, pp. 244-254.
[7]R. Kronland-Martinet, J. Morlet, and A. Grossman, “Analysis of sound patterns through wavelet transform,” Int’l J. Pattern Recognition and Artificial Intelligence, 1987, Vol. 1, No. 2, pp. 273-302.
[8]C. Chakrabarti and C. Mumford, “Efficient realizations of analysis and synthesis filters based on the 2-D discrete wavelet transform,” IEEE Int. Audio, Speech, Signal Processing, 1996, pp. 3256-3259.
[9]C. Chakrabarti and M. Vishwanath, “Efficient realizations of the discrete and continuous wavelet transform: from sigle chip implementations to mappings on SIMD array computers,” IEEE Trans. Signal Processing, 1995, Vol. 1, No. 43, pp. 759-771.
[10]A. S. Lewis and G. Knowles, “VLSI architecture for 2-D Daubechies wavelet transform without multipliers,” Electron, 1991, Vol. 27, pp. 171-173.
[11]W. Sweldens, “The lifting scheme: A new philosophy in biorthogonal wavelet constructions,” in Proc. SPIE, 1995, Vol. 2569, pp. 68–79.
[12]K. Andra, C. Chakrabarti and T. Acharya, “A VLSI architecture for lifting-based forward and inverse wavelet transform,” IEEE Transactions on Signal Processing, 2002, Vol. 50, No. 4, pp. 966-977.
[13]G. Dillen, B. Georis, J. D. Legat and O. Cantineau, “Combined line-based architecture for the 5-3 and 9-7 wavelet transform of jpeg2000,” IEEE Trans. on Circuits and Systems for Video Tech, 2003, Vol. 13, No. 9, pp. 944-950.
[14]L. Liu, X. Wang, et al, “A VLSI architecture of spatial combinative lifting algorithm based 2-D DWT/IDWT,” Asia-pacific Conference on Circuits and System, 2002, Vol. 2, pp. 299-304.
[15]M. Week and M. Bayoumi, “Discrete wavelet transform: architectures, design and performance issues,” Journal of VLSI Signal Processing Systems - portal.acm.org, 2003, Vol. 35, no. 2, pp. 155-178.
[16]P. C. Tseng, C. T. Huang, L. G. Chen, “Generic RAM-based architecture for two-dimensional discrete wavelet transform with line-based method,” Asia-pacific Conference on Circuits and System, 2002, Vol. 2, pp. 363-366.
[17]H. Liao, M. K. Mandal, and B.F. Cockburn, “Efficient architectures for 1-D and 2-D lifting-based wavelet transforms,” IEEE Transactions on Signal Processing, 2004, Vol. 52, No. 5, pp. 1315-1326.
[18]張宜恆,上提式離散小波硬體設計,碩士論文,南台科技大學電子工程研究所,臺南,2003。
[19]簡裕峰,高效率二維整數式離散小波轉換晶片之排列架構設計與分析,碩士論文,國立清華大學工程與系統科學研究所,新竹,2005。
[20]P. C. Wu and L. G. Chen, “An efficient architecture for two-dimensional discrete wavelet transform,” IEEE Trans. Circuits Syst. Video Technol, 2001, Vol. 11, pp. 536–545.
[21]RS232 Home Page, http://www.arcelect.com/rs232.htm
[22]C. J. Lian, K. F. Chen, H. H. Chen, and L.G. Chen, “Lifting based discrete wavelet transform architecture for JPEG2000,” IEEE Symposium on Circuits and Systems, 2001, pp. 445-448.
[23]J. M. Jou, Y. H. Shiau, and C. C. Liu, “Efficient VLSI architectures for biorthogonal wavelet transform by filter bank and lifting scheme,” IEEE Symposium on Circuits and Systems, 2001, pp. 529-532.
電子全文 電子全文(本篇電子全文限研究生所屬學校校內系統及IP範圍內開放)
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top