跳到主要內容

臺灣博碩士論文加值系統

(44.192.79.149) 您好!臺灣時間:2023/06/08 00:01
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:莊智信
研究生(外文):Sean Chuang
論文名稱:並列式可變長度編解碼器之設計及實現
論文名稱(外文):Design and Implementation of parallel Structure of VLC Codec
指導教授:周義昌
指導教授(外文):I-Chang Jou
學位類別:碩士
校院名稱:國立高雄第一科技大學
系所名稱:電腦與通訊工程所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2002
畢業學年度:90
語文別:中文
論文頁數:54
中文關鍵詞:可變長度編解碼霍夫曼
外文關鍵詞:huffmanVLCentropy
相關次數:
  • 被引用被引用:0
  • 點閱點閱:236
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0

近年來,影像壓縮的技術的發展成熟,應用在視訊方面的標準有MPEG 1,MPEG 2等等。本論本主要是在探討可變長度編解碼(VLC)部份,包括架構、應用及實現方法結果。
  可變長度編解碼器的架構,分為兩種,一為串列式的架構,一為並列式的架構;本論文對這二種架構均有探討。串列式的架構,在一個工作週期只能編出或解出一個位元的碼字;而並列式的架構,能在一個工作週期,編出或解出一個碼字,而且不必考慮到該碼字的長度,所以並列式架構的可變長度編解碼器能適用於即時的系統,本論文針對此架構,模擬出該架構的工作方式,並給予硬體的實現。
 本論文的模擬方式是利用硬體描述語言Verilog,描述整個硬體工作方式,並透過Xilinx Foundation Series 3.1i模擬出波形;在實現方式是利用VLSI技術,針對並列式可變長度偵碼器,並給予硬體的實現,總晶體數為992個電晶體。


In recently, the technique of image compressing is growing up. The standard of video’s application is MPEG-1 and MPEG-2. The thesis is mainly discussing variable length codec,including the architecture, the application and the result of implementation.
The architecture of variable length codec classifies serial and parallel structures. The thesis is deeply discussing both of architectures. For serial structure, it cans encode/decode one bit of codeword in one clock. And for parallel structure, it cans encode/decode one codeword regardless of length in one clock. Therefore, the parallel structure of variable length decoder is suitable for real-time system. The parallel structure of variable length codec is simulated and implemented in this thesis.
The method of simulation is using Verilog Hardware Describe Language to describe circuit of the architecture and Xilinx Foundation Series 3.1i to simulate waveform. And the architecture is implemented the structure using VLSI technique. There are 992 transistors needed to implement the variable length detector.


目錄
中文摘要……………………………………………………………………………..Ⅰ
英文摘要……………………………………………………………………………..Ⅱ
誌謝…………………………………………………………………………………..Ⅲ
目錄…………………………………………………………………………………..Ⅳ
表目錄………………………………………………………………………………..Ⅵ
圖目錄………………………………………………………………………………Ⅶ
一、導論……………………………………………………………………………..1
1.1 研究背景…………………………………………………………………...1
1.2 研究動機…………………………………………………………………...1
  1.3 論文架構…………………………………………………………………...2
二、視訊壓縮技術…………………………………………………………………..3
  2.1標準化的動向……………………………………………………………….3
  2.2影像壓縮技術的動向……………………………………………………….4
  2.3 MPEG技術探討……………………………………………………………6
2.3.1何謂MPEG………………………………………………………………6
2.3.2 MPEG-1/2視訊壓縮方法………………………………………………...9
2.4熵(Entropy)編碼…………………………………………………………..15
2.4.1 霍夫曼編碼(Huffman Coding)…………………………………………19
三、可變長度編解碼的架構…………………………………………………………21
3.1串列式架構………………………………………………………………….21
3.1.1 串列式編碼器……………………………………………………………21
3.1.2 串列式解碼器……………………………………………………………25
3.1.2.1 直接對式架構………………………………………………………….25
3.1.2.2 管線式架構…………………………………………………………….25
3.2並列式架構………………………………………………………………….27
3.2.1並列式架構編碼器……………………………………………………….27
3.2.2並列式架構解碼器……………………………………………………….30
四、模擬結果………………………………………………………………………..32
4.1編碼器的模擬……………………………………………………………….32
4.1.1 Macroblock pattern表編碼模擬………………………………………….32
4.1.2 DCT coefficients表編碼模擬…………………………………………….35
4.2解碼器的模擬……………………………………………………………….37
4.2.1 Macroblock pattern表解碼模擬………………………………………….37
4.2.2 DCT coefficients表解碼模擬…………………………………………….40
五、硬體實現………………………………………………………………………..42
5.1 D型正反器的設計………………………………………………………….43
5.2 Barrel Shifter的設計………………………………………………………43
5.3加法器的設計……………………………………………………………….45
5.4電路的佈局(Layout)圖……………………………………………………...46
六、結論……………………………………………………………………………..51
參考資料……………………………………………………………………………..53
    


參考文獻1.Shaw-Min Lei and Ming-Ting Sun, “An Entropy Coding System for Digital HDTV Applications”, IEEE Transactions on Circuits and Systems for Video Technology, Vol. 1, No. 1,pp.147-154, Mar. 1991.2.Seong Hwan Cho, Thucydides Xantopoulos, Member, IEEE,and Anantha P. Chandrakasan, Member, IEEE,”A Low Power Variable Length Decoder for MPEG-2 Based on Nonuniform Fine-Grain Table Partitioning”,IEEE Transactions on Very Large Scale Integration (VLSI) Systems,Vol. 7,No. ,pp. 249-2572,June 1999.3.Shih-Fu Chang and David G. Messerschmitt, Fellow, IEEE,”Designing High-Throughput VLC Decoder Part I-Concurrent VLSI Architectures”,IEEE Transcations on Circuits and Systems for Video Technology, Vol. 2, No. 2,pp.187-196, June. 1992.4.E.komoto and M. Seguchi, “A 110 MHz MPEG-2 variable length decoder LSI ” in Proc. VLSI Circuits Symp., 1994,pp. 71-72.5.Shih-Chang Hsia and Chien-Cheng Tseng, ”A Size-optimization Design for Variable Length Coding Using Distributed Logic”, VLSI DESIGN, Vol. 12 ,No. 1, pp.61-68, 2001.6.Kamran Eshraghian,1994,Basic VLSI Design,Third Edition,Prentice Hall,New Jersey.7.李明昌,1995,影像壓縮技術與應用,初版,全華科技圖書股份有限公司,台北。8.林常平,1998,“視訊技術原理”,電子技術,頁256-262,8月。9.朱海青,”MPEG如何在個人電腦及VCD/DVD上千變萬化的應用”,電子情報,第212期,頁293-403,3月。10.1993,“數位高品質視覺通訊國際標準MPEG之研究”,電信研究雙月刊,第23卷,第5期,頁696-719,10月。11.1996,“MPEG-1與MPEG-2視訊壓縮編碼標之差異”,電子月刊,第2卷,第8期,頁42-47,8月。

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