博碩士論文 89521016 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:63 、訪客IP:3.15.146.27
姓名 鄧君賢(Jun-Xian Teng)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 適用在通訊應用知可參數化數位信號處理器資料通路設計
(Parameterized and Embedded DSP Datapath for Communication Systems)
相關論文
★ 低雜訊輸出緩衝器設計及USB2實體層的傳收器製作★ 低雜訊輸出緩衝器設計及USB2實體層的時脈回復器製作
★ 應用於通訊系統的內嵌式數位訊號處理器架構★ 應用於數位儲存示波器之100MHz CMOS 寬頻放大器電路設計
★ 具有QAM/VSB模式的載波及時序回復之數位積體電路設計★ 應用於通訊系統中數位信號處理器之模組設計
★ 應用於藍芽系統之CMOS射頻前端電路設計★ 具有QAM/VSB 模式之多重組態可適應性等化器的設計與實現
★ 適用於高速通訊系統之可規劃多模式里德所羅門編解碼模組★ 應用於橢圓曲線密碼系統之低複雜性有限場乘法器設計
★ 適用於通訊系統之內嵌式數位訊號處理器★ 雷射二極體驅動電路
★ 適用於通訊系統的內嵌式數位信號模組設計★ 適用在通訊應用之可參數化內嵌式數位信號處理器核心
★ 一個高速╱低複雜度旋轉方法的統一設計架構:角度量化的觀點★ 5Gbps預先增強器之串列連結傳收機
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 摘要
隨著市場的變化越來越快速,晶片設計的時程也變的越來越緊迫,為了能夠在限定時程內完成系統設計,數位訊號處理器可以協助設計人員快速建立系統,然而,全客戶化設計雖耗時較多,卻能夠提供的一定程度的效能提昇。
為了能夠在限定的時間內完成符合目前市場需求以及未來效能提昇的設計,我們提出了可參數化數位訊號處理器設計方法論,並且完成了一系列針對通訊系統設計的特殊功能單元(Special Function Block)。
在資料通路設計(datapath)上,我們針對通訊系統實際應用上對輸入訊號精密度要求的特性,設計了可處理半長度輸入(sub-word input)類型的相乘累加單元,為了能夠利用相同的硬體完成全長度輸入(full-word input)類型的相乘累加,同時兼顧防溢位(overflow)的防護位元(guard bit)運作,我們針對這方面的資料通路設計作了探討。
而在針對通訊系統的應用上,我們提出的可參數化數位訊號處理器可在資料通路及資料讀取上搭配傅立葉運算。另外在相關性運算(correlation)的方面,我們提出了一個為相關性運算所設計的特殊功能單元設計,以及這個特殊功能單元如何與數位訊號處理器共用資料匯流排和加快運算速度。最後,整個可參數化數位處理器的設計流程藉由Visual Basic和C語言所撰寫程式整合在一起。如此一來,藉由可參數化數位訊號處理器搭配上特殊化模組,我們所提出的這種設計方法能夠幫助設計人員建立一個設計環境能夠同時兼顧系統建立的時程以及未來系統效能的提昇。
摘要(英) Abstract
In this thesis, a parameterized DSP datapath design and the parameterized DSP design flow are carried out. The proposed parameterized DSP is composed of DSP itself along with special blocks designed for communication systems. We term this kind processor as parameterized ASIC/DSP core. In the DSP datapath design, a subword MAC path with consideration of guard bit allocation is built for application in two different precision situations. Other than the subword MAC path, a correlator designed for WCDMA system is proposed. The correlator is designed to cooperate with DSP and share the same data bus with DSP.
A parameterized DSP design flow is also proposed in this thesis, we divide issues during a parameterized DSP develop process into three sorts : arguments, control schemes, and structures. These issues are introduced and solved by establish an parameterized DSP generator, which is designed in Visual Basic and C language.
關鍵字(中) ★ 相關性計算
★ 可參數化
★ 數位信號處理器
★ 資料通路
★ 半長度乘法器
關鍵字(英) ★ datapath
★ DSP
★ subword multiplier
★ correlator
★ parameterized
★ configurable
論文目次 Chapter 1 Introduction 1
1.1 Motivation 1
1.2 Evolution of Communication DSP Processors 3
1.3 Wireless Communication-Specific DSP Architecture 5
1.4 Thesis Organization 6
Chapter 2 The Design of Data Path 7
2.1 Introduction 7
2.2 Overall Structure of NCU_DSP_2002 8
2.3 Status Registers 11
2.4 The ALU 12
2.5 The Default MAC Path 14
2.6 The Dual MAC Path 16
2.7 The Subword MAC Path 17
2.7.1 The Subword Multiplier 17
2.7.2 Sign Extension Consideration 20
2.8 The Subword Accumulator 25
2.8.1 Guardbit Allocation Consideration 26
2.8.2 Structure of Subword MAC Design 26
2.9 Dual MAC Unit Suitable for Subword 29
2.10 Summary 30
Chapter 3 FFT and Correlation 31
3.1 Introduction of FFT 31
3.2 FFT Implementation With NCU_DSP 32
3.2.1 Bit Reversal Addressing Mode 32
3.2.2 Complex Number Computation 33
3.3 Introduction of Correlation 35
3.4 Design of Correlator Special Block Design 36
3.4.1 Spreading Code and scrambling code 36
3.4.2 Low Power Correlator Design 37
3.4.3 Cooperation with NCU_DSP_2002 40
3.5 Summary 46
Chapter 4 Parameterized Design Flow 47
4.1 Parameterized Design Flow of NCU_DSP_2002 47
4.1.1 Special Block Identity 47
4.1.2 Parameters Identity 52
4.2 DSP Datapath Parameterized Design Flow 53
4.2.1 Arguments Dependent on Parameters 54
4.2.2 Control Schemes Dependent on Parameters 54
4.2.3 Structures Dependent on Parameters 55
4.3 Summary 57
Chapter 5 Implementation Results 58
5.1 Implemented Parameterized Design Flow 58
5.2 Synthesis Results 62
5.2.1 First Version of our DSP Core — NCU_DSP 65
5.3 Test Consideration 66
5.4 Benchmark Simulation 67
Chapter 6 Conclusion and Future Works 69
Reference 71
參考文獻 [1] Alan Gatherer, Trudy Stetzler, Mike McMahan, and Edgar Auslander, Texas Instruments, “DSP-Based Architectures for Mobile Communications: Past, Present and Future”
[2] I. Verbauwhede and M. Touriguian, "A low power DSP engine for wireless communications," Journal of VLSI Signal Processing Systems, vol. 18, no.2, Feb. 1998
[3] TEXAS INSTRUMENTS, TMS320C54x User’’s Guide
[4] http://www.lucent.com/micro/wireless.html
[5] J. Nurmi, J. Takala, “A New Generation of Parameterized and Extensible DSP Cores,” IEEE Workshop Procs. on Signal Processing Systems, pp. 320-329, Nov., 1997.
[6] Suk Won Kim, MS Thesis : Versatile Low Power Correlator, 1999, University of California, Los Angeles.
[7] B.W.Kim, J.H.Ynag, C.S.Hwang, Y.S.Kwon, K.M.Lee, I.H.Kim, Y.H.Lee, C.M.Kyung,“MDSP-II: a 16-bit DSP with Mobil Communication Accelerator”. IEEE J.Solid-States Circuits, 34(3):397-403,Mar 1999.
[8] M.Kuulusa, J.Nurmi, J.Jakala, P.Ojala, H.Herranen, “A Flexible DSP Core for Embedded Systems,” IEEE Design & Test of Computers, Vol14, No.4, pp.60-68, Oct.-Dec., 1997,.
[9] “A New Generation of Parameterized and Extensible DSP Cores,” IEEE Workshop Procs. on Signal Processing Systems, pp. 320-329, Nov., 1997.
[10] Verbauwhede and M. Touriguian, “A low power DSP engine for wireless communications” Journal of VLSI Signal Processing Systems, vol.18, no.2, Feb.1998
[11] H.P.Lee, MS Thesis : Embedded DSP Core for Communication System. Dep. Elec. Eng., National Central University, Taiwan, June, 2001.
[12] Y.T.Chen, MS Thesis : Embedded DSP Datapath for Communication System. Dep. Elec. Eng., National Central University, Taiwan, June, 2001.
[13] J. Warden, “Sub-Word Parallelism in Digital Signal Processing”, IEEE Signal Processing Magazine, March, pp.27-35, 2000.
[14] Y.H.Huang, “Design and Implementation of A Communication Digital Signal Processor for OFDM-Based Software Radio”, National Taiwan University, Taiwan, May, 2001.
[15] R.E.Ziemer, W.H.Tranter, “Principles of Communications, Systems, Modulation, and Noise, Fourth Edition” JOHN WIELY&SONS, INC.
[16] “Spreading Spectrum introduction and applications” ir.J.Meel, Sirius Communications, Rotselaar, Belgium.
[17] 3G TS 25.211, “Physical Channels and Mapping of Transport Channels onto Physical Channels(FDD),” 3GPP Technical Specification, Version 5.0.0, Mar, 2002
[18] 3G TS 25.213 “Technical Specification Group Radio Access Network.” 3rd Generation Partnership Project, 3GPP Technical Specification, Version 5.0.0, Mar, 2002
[19] 3G TS 25.214 “Technical Specification Group Radio Access Network; Physical layer procedures (FDD).” 3rd Generation Partnership Project, 3GPP Technical Specification, Version 5.0.0, Mar, 2002
[20] Giridhar D. Mandyam and Jersey Lai, Academic Press, “Third Generation CDMA Systems for Enhanced Data Services”, chapter6, WCDMA Overview, 2002
[21] A.Chandrakasan and R.Brodersen, “Minimizing Power Consumption in Digital CMOS Circuits”, Proc. of the IEEE, Vol.83, No.4, Apr.1995, pp.498-523
[22] M.Ercegovacc and T.Lang, “Low-Power Accumulator(Correlator)”, IEEE Symp. on Low Power Electronics, Digest of Technical Papers, Oct. 1995, pp.30-31
[23] Suk Won Kim, “Versatile Low Power Correlator” 1999, University of California, Los Angeles.
[24] Ming Hsuan Tan. “Parameterized and Embedded DSP Core for Communication applications”
[25] M.C.Liu, C.L.Chen, D.Y.Shin, C.H.Lin, S.J.Jou, “Low-power multiplierless FIR filter synthesizer based on CSD code”, IEEE International Symp. on Circuits and Systems (ISCAS), pp666-669, 2001
[26] DesignWare Cell Library Online Document
[27] ALTERA, Application Note 129, September 2000, ver1.0 “Implementing a W-CDMA System with Altera Devices & IP Functions”
指導教授 周世傑(Shyh-Jye Jou) 審核日期 2002-7-15
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明