博碩士論文 101327006 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:7 、訪客IP:3.145.97.248
姓名 黃永昇(Yong-Sheng Huang)  查詢紙本館藏   畢業系所 光機電工程研究所
論文名稱 多重訊號同步擷取裝置整合研究
相關論文
★ 氣動馬達之單軸平台定位控制★ 運用MRAC及模糊法則於氣動馬達FPGA控制器之研發
★ 球型變焦鏡頭之研究★ 影像式多目標模擬器製作與平行光顯像系統設計
★ 連續式微電鍍之影像處理方法★ 硬體迴路測試系統建構與驗證
★ 即時影像引導連續式微電鍍之立體微結構製作研究★ 公共環境下人員追蹤影像方法研究
★ 燃料電池氫氣進料控制之研究★ 形狀記憶合金對焦系統之 基因演算法及模糊控制法則
★ 公共空間光源亮度模糊控制法則之研究★ 立方衛星無線通訊系統開發
★ 應用希爾伯特黃變換(HHT)之邊際譜分析於旋轉機械的元件鬆脫故障診斷★ 總體經驗模態分解法(EEMD)結合自回歸(AR)模型在旋轉機械之元件鬆脫故障診斷之應用
★ 超音波聚焦噴墨之能量驅動與分析研究★ 使用適應性光學模組之金屬表面粗糙度量測系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 多重連續訊號的擷取與重建在許多系統中會使用上,例如:多點光學干涉訊號、生醫訊號、位移量測等都會用上。本實驗所使用的多重同步輸入訊號為光學干涉儀,在控制器端各通道的資料擷取必須達到同步,才可以使因訊號處理所造成的時間延遲誤差所造成的相對相位誤差減少,進而掌握位移的量測誤差。本控制器的核心使用ARM以及FPGA兩種韌體、硬體設計控制器,並對雙方的優缺點及誤差值做比較,達到同步訊號擷取的效果。
因系統對同步及量測精準度的要求,因此考慮時間延遲及量測誤差,以達到最佳之控制器設計,本研究採用EDA工具合成電路,並採用可成式燒錄之FPGA及ARM兩種硬體架構的控制器,以實驗對比兩者的同步效能,而能選用較優者。在運用FPGA硬體之電路設計採用GRAFCET架構,是由具備平行運算架構的處理器及硬體電路合成。而運用一般控制器如ARM的架構則具有程序性,同步處理可能會因為運算核心被佔用而產生延遲,擬以同步觸發控制同步輸入訊號之量測,提高精度。 實驗驗證的結果證實以FPGA建構的系統,不會有受限於系統時脈的同步誤差,只有電路訊號傳遞延遲的誤差,實測值約為11.1ns。而運用ARM內建的ADC所建構的系統,當採樣頻率在400kHz以上,會有至少一個採樣週期的通道間同步誤差。
摘要(英) The data sampling and signal capture of multiple signals for the reconstruction of original continuous functions is an important function in many instrumentation systems, for example: multi-point sensing for optical interferometry, biomedical monitoring system, and in the measurement of displacements. A multi-channel signal capturing system is developed for optical interferometry for the measurement of displacement and motion. For such a system, it is important that the signals are captured synchronously with a minimum time delay from channel to channel so as to minimize relative phase shift between channels, and, thus, the errors resultant in the displacement measurement, due to signal processing. In order to compare the achievable synchronization by different hardware architectures, a controller built with an ARM core and the other with a FPGA were developed. The FPGA is programmed by GRAFCET with parallelism, while a microcontroller like ARM executes instructions sequentially. Hence, the existence of processing delay between channels competing for processing resource is likely.
Actual tests on the FPGA implementation show that there is no channel synchronization time difference due to system clock. There is only deviations about 11.5ns due to propagation delay in the electric circuits. While there is at least one sampling time step difference between channels in the ARM implementation when the sampling rate is above 400kHz.
關鍵字(中) ★ 可現場程式邏輯閘陣列
★ 進階精簡化指令集
★ 同步訊號量測
關鍵字(英) ★ FPGA
★ ARM
★ Multiple capture of continuous signals
論文目次 摘要 I
Abstract II
目錄 V
圖目錄 VII
表目錄 IX
第一章 緒論 1
1-1前言 1
1-2 文獻回顧 2
1-3 論文貢獻 2
1-4研究動機 3
1-5論文架構 4
第二章 實驗原理 5
2-1 奈奎斯特取樣定理 5
2-2-1光學干涉 6
第三章 處理器硬體及軟體架構 10
3-1 類比數位轉換 10
3-2 硬體系統設計 12
3-2-1現場可程式邏輯閘陣列 (Field Programmable Gate Array) 12
3-2-2 進階精簡化指令集機器(Advanced RISC Machine) 15
3-3 SPI 通訊協定數位電路硬體合成 17
3-3-1 SPI時序控制 18
3-4 UART 通訊協定數位電路硬體合成 18
3-5 干涉儀 19
第四章 實驗結果與數據討論 21
4-1 硬體系統架構 21
4-2 ARM系統測試 23
4-3 FPGA系統測試 31
4-4 數據討論 37
4-5 取樣還原 43
4-6 結果比較 44
第五章 結論與未來展望 45
5-1 結論 45
5-2 未來展望 46
參考文獻 47
參考文獻 [1] Rafal. Graczyk, Krzysztof. T. Pozniak, Ryszard. S. Romaniuk, October 12, 2006, “FPGA-based modular configurable controller with fast synchronous optical network”, Photonics Applications in Astronomy, Communications, Industry, and High-Energy Physics Experiments, Vol 6347.
[2] J.L.Peng, T.A.Liu and R.H.Shu, September 2008, “Optical frequency counter based on two mode-locked fiber laser combs”, Applied Physics B, Volume 92, Issue 4, pp. 513-518.
[3] Philip.Watts, Robert Waegemans, Madeleine Glick, Polina Bayvel, and Robert Killey, 2007, ”An FPGA-Based Optical Transmitter Design Using Real-Time DSP for Advances Signal Formats and Electronic Predistortion”, Journal of Lightwave Technology, Vol. 25, Issue 10, pp. 3089-3099.
[4] Gerald. Francis, Dushan. Boroyevich. Chair, Puchlin. Kachroo, Willian Tranter, March 3, 2004, “A Synchronous Distributed Digital Control Architecture for High Power Converters”
[5] http://www.xilinx.com/ [Xilinx Homepage]
[6] http://www.altera.com/ [Altera Homepage]


[7] M. G. Taylor, “Coherent detection method using DSP for demodulation
of signal and subsequent equalization of propagation impairments,” IEEE
Photon. Technol. Lett., vol. 16, no. 2, pp. 674–676, Feb. 2004.
[8] Eugene Hecht, 2003, “Optics”, 385-431, Addison Wesley
[9] 許克仲,「氣動馬達與電動馬達混合動力之開發與研究」,國立中央大學,碩士論文,June 2011。
[10] 楊偉康,「FPGA-Based氣動馬達控制」,國立中央大學,碩士論文,June 2006。
[11]http://en.wikipedia.org/wiki/Nyquist%E2%80%93Shannon_sampling_theorem[Nyquist- Shannon Sampling theorem]
指導教授 黃衍任(Yean-Ren Hwang) 審核日期 2014-8-20
推文 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聯絡  - 隱私權政策聲明