跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.173) 您好!臺灣時間:2024/12/02 18:54
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:蔡其智
研究生(外文):Chi-Chih Tsai
論文名稱:MP3解碼器演算法中濾波器的硬體考量
論文名稱(外文):Hardware Consideration for the Filter Bank in the Algorithm of MP3 Decoder
指導教授:姚嘉瑜
學位類別:碩士
校院名稱:華梵大學
系所名稱:電子工程學系碩士班
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2006
畢業學年度:94
語文別:中文
論文頁數:50
中文關鍵詞:分析濾波器合成濾波器離散餘弦轉換(DCT)。
外文關鍵詞:Analysis filter bank、Synthesis filter bank、Discrete Cosine Transform (DCT).
相關次數:
  • 被引用被引用:0
  • 點閱點閱:448
  • 評分評分:
  • 下載下載:41
  • 收藏至我的研究室書目清單書目收藏:0
在本論文中介紹了MP3的編解碼原理以及使用MATLAB軟體來完成MP3編解碼流程的程式模擬。除此之外,本論文強調如何簡化分析濾波器和合成濾波器的硬體複雜度,在此我們所使用的演算法是採用與離散餘弦轉換(DCT)類似的架構來簡化濾波器的運算量,我們將此方法與原始演算法的運算量做比較,可以發現此演算法減少了乘法與加法的使用量,並且我們可以將這種演算法應用在MP3編解碼的硬體或韌體上。
In this thesis, the principle of the MP3 codec is reviewed and the MATLAB simulation for the MP3 codec is performed. This thesis emphasizes the hardware complexity reduction for both the analysis filter bank and the synthesis filter bank. We employ a structure similar to the Discrete Cosine Transform (DCT) to simplify the computation of the filter bank. The number of multiplication and addition are reduced compared with the present methods. The proposed method can be used in either hardware implementation or in firmware implementation of an MP3 codec.
誌謝 …………………………………………………………………… Ⅰ
摘要 …………………………………………………………………… Ⅱ
ABSTRACT ………………………………………………………… Ⅲ
目錄 …………………………………………………………………… Ⅳ
表錄 …………………………………………………………………… Ⅵ
圖錄 …………………………………………………………………… Ⅶ
第一章 緒論 ………………………………………………………… 1
1.1 簡介 …………………………………………………………… 1
1.2 研究背景 ……………………………………………………… 1
1.3 文獻回顧 ……………………………………………………… 2
1.4 研究動機和目的 ……………………………………………… 3
1.5 論文架構 ……………………………………………………… 3
第二章 MP3的編解碼理論介紹 …………………………………… 4
2.1 MP3編碼理論與模擬 ………………………………………… 4
2.1.1 第二聲響心理模型 ……………………………………… 5
2.1.2 分析子頻帶濾波器 ……………………………………… 7
2.1.3 改良式離散餘弦轉換 …………………………………… 10
2.1.4 量化及賀夫曼編碼 ……………………………………… 15
2.1.5 位元串格式 ……………………………………………… 19
2.2 MP3解碼理論與模擬 ………………………………………… 24
2.2.1 位元串格式解碼 ………………………………………… 25
2.2.2 反量化 …………………………………………………… 25
2.2.3 反改良式離散餘弦轉換 ………………………………… 25
2.2.4 多重相位合成濾波器 …………………………………… 28
第三章 MP3編解碼演算法的簡化 ………………………………… 30
3.1 簡化分析濾波器的演算法 …………………………………… 30
3.2 簡化合成濾波器的演算法 …………………………………… 40
3.3 模擬與比較 …………………………………………………… 47
第四章 結論 ………………………………………………………… 48
參考文獻 ……………………………………………………………… 49
[1]ISO/IEC 11172-3 “Information Technology: Coding of Moving Pictures and Associated Audio for Digital Storage Media at up to About 1.5Mbit/s-Part 3: Audio”, 1993.
[2]吳炳飛、顏志旭、林煜翔、魏宏宇、張芷燕,「Audio Coding技術手冊:MP3篇」,初版,全華科技圖書股份有限公司,台北,民國九十三年七月。
[3]張芷燕,「MP3 編碼法之研究與實現」,國立交通大學電機與控制工程系碩士論文,民國九十一年七月。
[4]Marovich, Scott B., “Faster MPEG-1 Layer III Audio Decoding”, HPL-2000-66 HP Laboratories, Palo Alto, June 2000.
[5]Lee, Byeong Gi, “A new algorithm to compute the discrete cosine transform”, IEEE Transactions on Acoustic, Speech and Signal Processing, Vol.ASSP-32, No.6, pp.1243-1245, December 1984.
[6]Lee, Szu-Wei, “Improved Algorithm for Efficient Computation of the Forward and Backward MDCT in MPEG Audio Coder”, IEEE Transactions on Analog and Digital Signal Processing, Vol.48, No.10, October 2001.
[7]林煜翔,「MPEG-1 LAYER Ⅲ 音訊編解碼演算法最佳化及DSP晶片實現」,國立交通大學電機與控制工程系碩士論文,民國九十三年七月。
[8]何恭岳,「高品質切換式離散餘弦與小波封包轉換之音訊編碼技術」,國立中央大學通訊工程研究所碩士論文,民國九十四年六月。
[9]許紹恆,「實現於ARM系統單晶片發展平台之MP3播放系統」,國立中山大學資訊工程學系碩士論文,民國九十三年七月。
[10]賴鴻志,「MPEG-1 LAYER 3 音訊解碼器於DSP晶片之即時軟體實現」,國立交通大學電機與控制工程研究所碩士論文,民國九十年六月。
[11]K. Konstantinides, “Fast Subband Filtering in MPEG Audio Coding”, IEEE Signal Processing Letters, Vol.1, No.2, pp.26-28, February 1994.
[12]Ling, N. and Shih, C.W., “Polyphase Filter Architecture for MPEG Audio Using Fast IDCT”, IEEE Signals, Systems & Computers Conference, vol.1, pp. 416-420, 1998.
[13]Chan, D.Y., Yang, J.F., and Fang, C.C., “Fast Implementation of MPEG Audio Coder Using Recursive Formula with Fast Discrete Cosine Transforms”, IEEE Transactions on Speech and Audio Processing, vol.4, No.2, March 1996.
[14]蔡銘昌,「以軟硬體共設計的方式設計與實現MP3音訊解碼器」,國立雲林科技大學電子與資訊工程研究所碩士班碩士論文,民國九十年六月。
[15]Liu, C.M. and Lee, W.C., “The Design of A Hybrid Filter Bank for The Psychoacoustic Model in ISO/MPEG Phase 1,2 Audio Encoder”, IEEE Transactions on Consumer Electronics, Vol.43, No.3, August 1997.
[16]楊智凱,「MP3聲訊編碼器之研究及簡化設計」,國立交通大學電子工程學系電子研究所碩士班碩士論文,民國九十一年十月。
[17]黃國祥,「MPEG-1 Layer III 音訊編碼器於低位元率之改良」,國立成功大學電機工程學系碩士論文,民國九十一年六月。
[18]Ted Painter , “Perceptual Coding of Digital Audio”, Proceedings of the IEEE, Vol.88, No.4, pp.451-513, April 2000.
[19]Charles D.Murphy, and K.Anandakumar, ”Real-Time MPEG-1 Audio Coding and Decoding on a DSP Chip“, IEEE transactions on Consumer Electronics, Vol.43, No.1, pp.40-47, February 1997.
[20]Davis Pan, “A Tutorial on MPEG/Audio Compression”, IEEE Multimedia Journal, Vol. 2, No.2, Summer 1995.
[21]Irina Faltman , Marcus Hast , Andreas Lundgren , Suleyman Malki , Erik Montnemery , Anders Rangevall , Johannes Sandvall , Milan Stamenkovic , “ A hardware implementation of an MP3 decoder”, Digital IC-Project, LTH, SWEDEN, MAY 2003.
[22]S. Gadd and T. Lenart, “A Hardware Accelerated MP3 Decoder with Bluetooth Streaming Capabilities”, Master’s thesis, Lund Institute of Technology, Sweden, November 2001.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top