博碩士論文 90521048 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:26 、訪客IP:52.14.126.74
姓名 林恬怡(Tian-Yi Lin)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 高速序列傳輸之量測技術
(Test and Measurement Methodology forHigh Speed Serial Link)
相關論文
★ 運算放大器之自動化設計流程及行為模型研究★ 使用低增益寬頻率調整範圍壓控震盪器 之1.25-GHz八相位鎖相迴路
★ 類神經網路應用於高階功率模型之研究★ 使用SystemC語言建立IEEE 802.3 MAC 行為模組之研究
★ 以回填法建立鎖相迴路之行為模型的研究★ 高速傳輸連結網路的分析和模擬
★ 一個以取樣方式提供可程式化邏輯陣列功能除錯所需之完全觀察度的方法★ 抑制同步切換雜訊之高速傳輸器
★ 以行為模型建立鎖相迴路之非理想現象的研究★ 遞迴式類神經網路應用於序向電路之高階功率模型的研究
★ 用於命題驗証方式的除錯協助技術之研究★ Verilog-A語言的涵蓋率量測之研究
★ 利用類神經模型來估計電源線的電流波形之研究★ 5.2GHz CMOS射頻接收器前端電路設計
★ 適用於OC-192收發機之頻率合成器和時脈與資料回復電路★ 適用於中頻接收端的類比前級電路設計
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 摘要
在此論文中,我們提出一個新的方法來量測高速電路。我們的量測方法分為兩部分。第一部分為eye diagram的量測方法,我們可由此方法得知待測信號的大小、雜訊大小、以及抖動(jitter)大小。第二部分為eye mask的量測方法,藉由此方法,我們可得到待測信號的大小和BER。然後,我們可判斷出待測訊號是否能夠通過eye mask的測試。
除了理論的推導外,我們將會利用軟體模擬來驗證我們所提出的方法,並實際以硬體實現來驗證此方法的可行性。我們利用三種不同的方法產生欲輸入的待測信號,第一個訊號是利用MATLAB產生的Gaussian noise。第二個訊號是LFSR產生,再經過USB2.0的版子所得的輸入訊號。最後一個訊號則是由logic analyzer產生的random noise。由我們的量測結果中,我們可證明此方法的正確性。
摘要(英) Abstract
In this thesis, we proposed a novel methodology to test high speed circuit. We divide our testing methodology into two parts. The first one is the eye diagram testing methodology. We can obtain the signal mean, signal noise, and jitter from eye diagram testing. The second part is the eye mask testing methodology. By this methodology, we can obtain the signal noise and BER of the DUT. Then we can determine if the signals pass the eye mask test or not.
In additional to the theory derivation, we will verify the methodology by software simulation and hardware emulation to assure the feasibility. The input signals are generated by three methods. The first signals are generated by MATLAB program with Gaussian noise. The second emulated signals are generated from LFSR and pass through USB2.0 board. The last emulated signals are generated by logic analyzer with random noise. The test results show the correctness of our probability deviation and verify that out methodology can work.
關鍵字(中) ★ 抖動 關鍵字(英) ★ jitter
論文目次 Contents
Chapter 1 Introduction ……………………………………………… 1
1.1 Background ……………………………………………………………….. 1
1.2 Traditional Testing Methodology …………………………………………. 2
1.3 Proposed Testing Methodology …………………………………………… 3
1.4 Thesis Organization ……………………………………………………….. 4
Chapter 2 Testing Methodology Survey ……………………………. 5
2.1 Overview ………………………………………………………………….. 5
2.2 PMU ………………………………………………………………………. 6
2.3 DAC/ADC ………………………………………………………………… 7
2.3.1 Parameter Definitions of DAC ……………………………………. 8
2.3.2 DAC Testing Methodology ……………………………………… 11
2.4 PE Card ………………………………………………………………….. 14
2.5 LCD Driver ……………………………………………………………… 15
2.5.1 Test LCD Driver by Comparator ………………………………… 17
2.5.2 Test LCD Driver by ADC ………………………………………... 18
2.6 IEEE 1149.4 Internal Testing ……………………………………………. 20
Chapter 3 Test and Measurement Methodology …………………. 23
3.1 Overview ………………………………………………………………… 23
3.2 System Architecture …………………………………………………...… 24
3.3 Probability Derivation for Eye Diagram Testing ………………………… 25
3.4 Obtain the Signal Mean, Standard Deviation and Jitter …………………. 30
3.5 Probability Derivation for Eye Mask ………………………………….… 32
3.6 Confidence Level and Sampling Points …………………………………. 37
3.7 Summary ………………………………………………………………… 40
Chapter 4 Software Simulation and Hardware Implementation .. 41
4.1 Overview ……………………………………………………………….... 41
4.2 Software Simulation for Eye Diagram Testing ………………………….. 42
4.2.1 Input Signals with Gaussian Noise Generated by MATLAB …. 42
4.2.2 Input Signals Generated from LFSR and Pass through USB2.0
Board ………………………………………………………….. 48
4.2.3 Input Signals Generated by Logic Analyzer with Random Noise …………………………………………………………... 53
4.3 Software Simulation for Eye Mask Testing ……………………………… 55
4.3.1 Input Signals with Gaussian Noise Generated by MATLAB …. 56
4.3.2 Input Signals Generated from LFSR and Pass through USB2.0
Board …………………………………………………………. 58
4.3.3 Input Signals Generated by Logic Analyzer with Random Noise …………………………………………………………. 61
4.4 Hardware Implementation ……………………………………………….. 63
Chapter5 Conclusion ……………………………………………. 69
參考文獻 Bibliography
[1] Mark Burns, Gordon W. Roberts “An introduction to Mixed-Signal IC test and Measurement”, OXFORD UNIVERSITY PRESS 2001.
[2] Arabi K., Kaminska B, Rzeszut J. “BIST for D/A and A/D converters”, IEEE Design & Test of Computers, Volume: 13 Issue:4, winter 1996 Page(s): 40-49.
[3] Arabi, K, “A built-in self-test approach for medium to high-resolution digital-to-analog converters” Test Symposium, 1994, Proceedings of the Third Asian, 1994 Page(s): 373-378.
[4] Hassan, I.H.S.; Arabi, K.; Kaminska, B. “Testing digital to analog converters based on oscillation-test strategy using sigma-delta modulation” VLSI in Computers and Processors, 1998. ICCD ’98. Proceedings. International Conference on, 1998, Page(s): 40-46.
[5] Donald F, Murray C, Michael Nash, “Critical parameters for high-performance dynamic response measurements” International test conference 1990, Page(s): 462-471.
[6] Branson, C.W. “Integrating tester pin electronics” IEEE Design & Test of Computers, Volume: 7 Issue: 2, April 1990 Page(s): 4-14.
[7] Gasbarro, J.A.; Horowitz, M.A. “Integrated pin electronics for VLSI functional testers” Custom Integrated Circuits Conference, 1998, Proceedings of the IEEE, 1998, 1998 Page(s): 16.2/1-16.2/4.
[8] Itakura, T, “Effects of the sampling pulse width on the frequency characteristics of a sample-and-hold circuit” Circuits, Devices and Systems, IEEE Proceedings- Volume: 1414, Aug. 1994, Page(s): 328-336.
[9] De Rycke, I.; De Baets, J.; Doutreloigne, J.; Van Calster, A.; Vanfleteren, J. “The realization and evaluation of poly-CdSe TFT driving circuits” Display Research Conference, 1998., Conference Record of the 1998 International, 1998 Page(s): 70-73
[10] Lo, W.M.; Kung, A.; Chan, Y.; Wong, V.W.S. “LCD Driver Design For Mobile Communications System” Information Display, 1997, Proceedings of the Fourth Asian Symposium on Page(s): 91-97
[11] Valencic, V.; Ballan, H.; Deval, P.; Hochet, B.; Declercq, M. “50-V LCD driver integrated in standard 5-V CMOS process” Custom Integrated Circuits Conference, 1994., Proceedings of the IEEE 1994, 1994 Page(s): 578-581
[12] Byong-Deok Choi; Heuisung Jang; Oh-Kyong Kwon; Hong-Gyu Kim; Myung-Jin Soh, “Design of poly-Si TFT-LCD panel with integrated driver circuits for an HDTV/XGA projection system” Consumer Electronics, IEEE Transactions on, Volume: 46 Issue:1, Feb. 2000 Page(s): 95-104
[13] Mahoney, A.W.; Doyle, F.J., III; Ramkrishna, D, “Inverse problem approach to modeling of particulate systems” American Control Conference, 2000. Proceedings of the 2000, Volume: 3, 2000 Page(s): 1727-1731 vol.s
[14] Shima, T.; Itakura, T.; Yamada, S.; Minamizaki, H.; Ishioka, T, “Principle and applications of an autocharge-compensated sample and hold circuit” Solid-State Circuits, IEEE Journal of, Volume: 30 Issue: 8, Aug. 1995 Page(s):906-912
[15] Shima, T.; Itakura, T.; Minamizaki, H.; Yagi, T.; Maruyama, T, “TFT-LCD panel driver IC using dynamic function shuffling technique” Solid-State Circuits Conference, 1997. Digest of Technical Papers. 43rd ISSCC., 1997 IEEE International, 1997 Page(s):192-193, 455
[16] Watanabe, A.; Maekawa, M.; Hamada, M.; Hirase, J, “High precision testing method of mixed signal device” Instrumentation and Measurement Technology Conference, 1994. IMTC/94. Conference Proceedings. 10th Anniversary. Advanced Technologies in I & M., 1994 IEEE, 1994 Page(s): 1284-1288 vol.3
[17] Chua-Chin Wang, Chi-Feng Wu, Sheng-Hua Chen; Chia-Hsiung Kao “In-sawing-lane multi-level BIST for known good dies of LCD drivers” Electronics Letters, Colume: 35 Issue: 18, 2 Sept. 1999 Page(s): 1543-1544
[18] Kac, U.; Novak, F.; Macek, S.; Zarnik, M.S. “Alternative test methods using IEEE 1149.4” Design, Automation and Test in Europe Conference and Exhibition 2000. Proceedings, 2000 Page(s): 463-467
[19] “IEEE standard for mixed-signal test bus”, IEEE Std 1149.4-1999, 28 March 2000
指導教授 劉建男(Chien-Nan Liu) 審核日期 2003-6-24
推文 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聯絡  - 隱私權政策聲明