博碩士論文 110521161 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:24 、訪客IP:18.117.132.49
姓名 陳柏翰(Bo-Han Chen)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 以FPGA實作基於格雷碼之渺子探測器
(An FPGA Implementation of a Muon Detector Using Gray Code)
相關論文
★ 用於行動上網裝置之智慧型陣列天線★ 吸收式帶止濾波器之研製
★ 一維及二維切換式波束掃描陣列天線★ 寬頻微型化六埠網路接收機
★ 具有良好選擇度的寬頻吸收式帶止濾波器★ 微小化吸收式帶止濾波器之通帶改善
★ 共面波導帶通濾波器之研製★ 微帶耦合線帶通濾波器與雙工器研製
★ 宇宙微波背景輻射陣列望遠鏡接收機 之校準信號源研製★ K-Band及Q-Band毫米波帶通濾波器設計
★ 薄膜製程射頻被動元件設計★ 微波帶通低雜訊放大器設計
★ 積體式微波帶通濾波器之研製★ 應用於高位元率無線傳輸系統之V頻段漸進式開槽天線陣列
★ 以多重耦合線實現多功能帶通濾波器★ 以單刀雙擲帶通濾波器實現高整合度射頻前端收發系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2029-7-23以後開放)
摘要(中) 本論文旨在開發可偵測特定來向渺子通量之渺子探測器讀取電路,並以提升辨別渺子來向之正確率為目標。設計上以Digilent Cora-Z7 FPGA開發板實作渺子探測器讀取電路,搭配兩個由塑膠閃爍體與矽光電倍增管組成的渺子探測器模組,量測特定來向的渺子通量。為了更準確地辦別渺子來向,本研究於多相位時間至數位轉換電路的計數器中,導入錯誤最小化的編碼方式—格雷碼,以提高計數器正確率。此外,選用兩種時脈頻率(400MHz與100MHz)作為系統之工作頻率,在滿足研究目標所需之時間解析度(1ns)的同時,也使硬體電路有充裕的時間進行來向判別的運算,減少系統因介穩態所導致的不穩定現象。亦透過邊緣檢測電路檢測渺子訊號的電位變化,實現記錄渺子背景數量之功能。
為驗證電路功能之正確性,我們以Arduino開發板與延遲線作為穩定訊號源進行測試。結果顯示,辨別渺子來向之正確率達92.8%,而對單一測試訊號之接收率則約98%。我們進而將渺子探測器模組與FPGA讀取電路整合,實際測量不同天頂角度之渺子通量,驗證了渺子通量隨角度增加而減少之趨勢。又為驗證渺子通量是否因通過障礙物而改變,我們在不同樓層進行測量,結果顯示渺子通量隨樓層下降而減少,與預期相符,從而確認探測器可成功運作。
摘要(英) This study aims to develop a readout circuit for a muon detector such that it can identify incoming muons from specific directions. The main design goal is to improve the accuracy of direction detection of incoming muons. Specifically, the proposed readout circuit is implemented on a Digilent Cora-Z7 FPGA development board, which is integrated with two muon detector modules based on plastic scintillators and silicon photomultipliers. To improve the accuracy of muon detection, Gray code (an error minimization encoding method) is employed into the counter design of the proposed multi-phase time-to-digital converter. Furthermore, two clock frequencies (i.e., 400 MHz and 100 MHz) are utilized to satisfy the required time resolution (1 ns) while allowing sufficient time for the hardware to perform required calculations, thus reducing system instability caused by metastable states. An edge detection circuit is also used to enable the recording the background muon flux.
To verify the functionality of the readout circuit, we use an Arduino development board and delay lines as a stable signal source for testing. The results show that the accuracy of muon direction detection reaches 92.8%, and the reception accuracy of the testing signal is approximately 98%. We then integrate the muon detector modules with the FPGA readout circuit, and measure the muon flux at different zenith angles. The measured, muon flux decreases with increasing angle, which agrees with the theoretical model. In addition, we perform muon flux measurements on different floors of the building, and the results show that the muon flux decreases as the floor level decreases, which is consistent with expectations. These measured results confirm the successful operation of the proposed muon detector.
關鍵字(中) ★ 現場可規劃邏輯陣列
★ 時間至數位轉換電路
★ 渺子探測器
關鍵字(英) ★ FPGA
★ TDC
★ Muon Detector
論文目次 論文摘要 i
Abstract ii
誌謝辭 iii
目錄 vi
圖目錄 viii
表目錄 x
第一章 緒論 1
1.1 研究動機 1
1.2 文獻回顧 3
1.3 章節介紹 4
第二章 時序分析及解決策略 5
2.1 時序分析與違規簡介 5
2.2 時脈域交叉 8
2.3 解決時序違規的策略 12
2.3.1 格雷碼 12
2.3.2 解決時序違規的其他策略 16
2.4 結果與討論 19
第三章 FPGA電路及系統設計 20
3.1 現場可規劃邏輯陣列介紹 20
3.2 邊緣檢測電路 22
3.3渺子探測器之讀取電路設計 25
3.3.1 基於格雷碼計數器之時間至數位轉換電路 25
3.3.2 電路功能模擬結果 38
3.3.3 資料傳輸與讀取 43
3.4 結果與討論 47
第四章 系統整合測試 48
4.1 功能驗證 48
4.2 渺子量測 58
4.2.1 改變探測器架設角度 60
4.2.2 改變探測器架設地點 63
4.3 結果與討論 65
第五章 總結及未來展望 67
參考文獻 69
參考文獻 [1] The Nobel Prize in Physics 1936.
[Online] https://www.nobelprize.org/prizes/physics/1936/summary/
[2] 熊一蘋. 特務電影成真:建築和地球結構都能透視的「渺子成像術」 專訪中央大學物理系郭家銘教授與地科系陳建志教授, 科技大觀園 (2021).
[3] Emily Conver. “Muons unveiled new details about a void in Egypt’s Great Pyramid,” The ScienceNews, particle physics(2023).
[Online] https://www.sciencenews.org/article/muon-particle-egypt-great-pyramid-void
[4] Matthew L Wald. “Assessing Fukushima Damage Without Eyes on the Inside.” The New York Times : Section A, Page4 (2014).
[5] 徐裕庭, "以FPGA實現之渺子探測器, " 碩士論文, 國立中央大學, Jun 2022.
[6] 向化君, "偵測大氣內水平行進之緲子用的帶電粒子偵測器陣列之可行性研究, " 碩士論文, 國立中央大學, June 2006.
[7] 麥書豪, "在質子對撞能量8TeV下尋找具有雙電子雙渺子末態的激發態輕子, " 碩士倫文, 國立中央大學, June 2014.
[8] Neal Woo, John Essick, “Determining the muon mass using a scintillator-based detector,” in Am. J. Phys. 85, 611, 2017.
[9] S. Chen, T. Wei, N. Chen, W. He, J. Liu and X. He, “Design of a Readout Circuit Chip for a Cosmic Ray Muon Detector with Multi-Angular Acceptance,” 2019 IEEE International Symposium on Circuits and Systems (ISCAS), pp. 1-4, 2019.
[10] N. Chen, S. Chen, W. He, X. He and T. Wei, “Advanced Readout Electronics System for Portable Cosmic Ray Muon Detection,” in IEEE Transactions on Instrumentation and Measurement, vol. 70, pp. 1-11, 2021.
[11] S. N. Axani, J. M. Conrad, and C.Kirby, “The desktop muon detector: A simple, physics motivated machine- and electronics-shop project for university students,” in Am. J. Phys. 85, 948, 2017.
[12] 黃迺城, "模組化之渺子偵測器, " 碩士論文, 國立陽明交通大學, Jul 2023.
[13] P. Chen, H. C. Cheng, A. Widodo and W. X. Tsai, “A PVT insensitive field programmable gate array time-to-digital converter,” IEEE Nordic-Mediterranean Workshop on Time-to-Digital Converters, pp.1-4 2013.
[14] 洪群祥, "基於動態邏輯之高速度格雷碼雙向編碼電路設計, " 碩士論文, 國立勤益科技大學, Jul 2021.
[15] 郭于聖, "使用格雷碼定址之環狀非同步FIFO設計," 國立彰化師範大學, Jul 2011.
[16] intel FPGA Design Examples
[Online]https://www.intel.com/content/www/us/en/support/programmable/support-resources/design-examples/horizontal/ver-gray-counter.html
[17] 邱堯, "具低延遲且高速率的決策樹訓練器和分類器之硬體架構設計與實現, " 碩士論文, 國立中山大學, August 2022.
[18] AMD Xilinx, "Vivado Design Suite: AXI Reference Guide, " Jul 15,2017
[Online] https://docs.amd.com/v/u/en-US/ug1037-vivado-axi-reference-guide
[19] 洪綺妤, "基於AXI-4界面的安全雜湊演算法SHA-3的IP設計與驗證, " 碩士論文, 國立臺灣科技大學, August 2021.
[20] 廖英澤, "AXI匯流排之系統設計與實現," 碩士論文, 國立交通大學, Oct 2007.
指導教授 林祐生(Yo-Shen Lin) 審核日期 2024-7-25
推文 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聯絡  - 隱私權政策聲明