資料載入處理中...
跳到主要內容
臺灣博碩士論文加值系統
:::
網站導覽
|
首頁
|
關於本站
|
聯絡我們
|
國圖首頁
|
常見問題
|
操作說明
English
|
FB 專頁
|
Mobile
免費會員
登入
|
註冊
切換版面粉紅色
切換版面綠色
切換版面橘色
切換版面淡藍色
切換版面黃色
切換版面藍色
功能切換導覽列
(3.238.125.76) 您好!臺灣時間:2022/06/29 11:35
字體大小:
字級大小SCRIPT,如您的瀏覽器不支援,IE6請利用鍵盤按住ALT鍵 + V → X → (G)最大(L)較大(M)中(S)較小(A)小,來選擇適合您的文字大小,如為IE7或Firefoxy瀏覽器則可利用鍵盤 Ctrl + (+)放大 (-)縮小來改變字型大小。
字體大小變更功能,需開啟瀏覽器的JAVASCRIPT功能
:::
詳目顯示
recordfocus
第 1 筆 / 共 1 筆
/1
頁
論文基本資料
摘要
外文摘要
目次
參考文獻
紙本論文
QR Code
本論文永久網址
:
複製永久網址
Twitter
研究生:
陳正憲
研究生(外文):
Chen, Zheng-Xian
論文名稱:
中央漂移室偵測器之二維軌跡重建韌體設計更新
論文名稱(外文):
Update 2D Tracker Firmware Design for Central Drift Chamber at Belle-II
指導教授:
張敏娟
指導教授(外文):
Chang, Ming-Chuan
口試委員:
張寶棣
、
王名儒
、
徐靜戈
口試委員(外文):
Chang, Pao-Ti
、
Wang, Min-Zu
、
Shiu, Jing-Ge
口試日期:
2016-02-22
學位類別:
碩士
校院名稱:
輔仁大學
系所名稱:
物理學系碩士班
學門:
自然科學學門
學類:
物理學類
論文種類:
學術論文
論文出版年:
2016
畢業學年度:
104
語文別:
英文
論文頁數:
55
中文關鍵詞:
高能加速器研究機構
、
Belle-II
、
中央飄移室
、
二維軌跡重建
、
霍夫轉換
、
韌體
外文關鍵詞:
KEK
、
Belle II
、
Central Drift Chamber
、
2D Tracker
、
Hough Transformation
、
Firmware
相關次數:
被引用:0
點閱:111
評分:
下載:0
書目收藏:0
中央飄移室(CDC)之二維軌跡韌體設計更新是KEK高能加速器機構-國際合作計畫Belle-II 實驗的其中一個項目,我的研究是完成二維軌跡重建之韌體設計,其中包含了2D Finder 和2D Selector。
在2D Finder中我使用了霍夫轉換的技巧將CDC上x-y 平面轉換到霍夫平面,並計算及製作出Track Segment(TS)與霍夫平面上所有格子的對照表,再使用及閘(And gate)套用到所有的SuperLayer上,這過程稱做Hough Voing。在Hough Voting之後,我使用了兩個演算法Pattern-I和Pattern-II來將一群靠近的觸發格子合而為一。並且計算其聚集中心,這過程稱為Clustering。在2D Selector中我將前端(TSF)在每一層SuperLayer送來的20組TS資料轉換到霍夫平面並且和我所選取出的三個最高動量軌跡分別進行比對,找出針對選出的軌跡各自相關的觸發TS,最後必須在每一層SuperLayer中,從所有相關的TS中選出一個符合的相關TS,並將其帶有的資料及在霍夫平面上觸發格子編號送出。
在完成二維軌跡韌體設計之後,我使用了Chipscope軟體去進行除錯,而最後的結果也如同我所預期的。
The updated 2D Tracker Firmware Design for Central Drift Chamber
is the international project related to Belle-II experiment at KEK. My
job is to create the 2D Tracking modules, including 2D Finder and 2D
Selector.
In 2D Finder, I use the skill of Hough transform to transfer the
points in the CDC x-y plane to Hough log(r)- plane. After creating
the Look-Up-Tables for TS to Hough Cells, I use And Logic to all axial
Super Layers. The process is called Hough Voting. After Hough Voting, I use two algorithms named Pattern-I and Pattern-II to combine
the connected Cells into one. And I determine the center of clusters.
This is called Clustering process. In 2D Selector, I translate the 20
TSs into 20 Hough maps and compare with the three selected highest
momentum Hough maps. Finally, one related hit TS in each axial
SuperLayer is selected. The outputs of the 2D Tracker include the
selected TSs information and the ID of the Hough Cells.
After nishing the rmware design, I use the Chipscope software
to debug my rmware code. The results are as expected.
1 Introduction 1
1.1 The Belle and Belle-II Experiment . . . . . . . . . . . 1
1.2 The Central Drift Chamber in Belle and Belle-II . . . . 2
1.3 The Readout Electronics of the CDC . . . . . . . . . . 8
2 The CDC readout electronics: Front-End, Merger and
Track Segment Finder 12
2.1 The main task of CDC . . . . . . . . . . . . . . . . . . 12
2.2 The Front-End of CDC . . . . . . . . . . . . . . . . . . 13
2.3 The Merger of CDC . . . . . . . . . . . . . . . . . . . 14
2.4 The Track Segment Finder of CDC . . . . . . . . . . . 15
3 The 2D Tracking module: 2D Finder 18
3.1 The inputs and outputs of 2D module . . . . . . . . . . 18
3.2 Hough Transform . . . . . . . . . . . . . . . . . . . . . 20
3.3 Hough Voting . . . . . . . . . . . . . . . . . . . . . . . 23
3.4 Clustering . . . . . . . . . . . . . . . . . . . . . . . . . 29
4 The 2D Tracking module: 2D Selector 39
4.1 The idea of 2D Selector . . . . . . . . . . . . . . . . . . 39
4.2 The logic of 2D Selector . . . . . . . . . . . . . . . . . 42
4.3 The Firmware algorithm of 2D Selector - Step1 . . . . 43
4.4 The Firmware algorithm of 2D Selector - Step2 . . . . 45
4.5 The Firmware algorithm of 2D Selector - Step3 . . . . 49
4.6 Firmware test by chipscope . . . . . . . . . . . . . . . 50
5 Summary 53
[1] http://legacy.kek.jp/intra-e/index.html
[2] Kobayashi M. and Maskawa T., CP Violation in the Renormalizable Theory of Weak Interaction, Prog. Theor. Phys. 49, 652657,(1973).
[3] http://www.nobelprize.org/
[4] Belle II collaboration, Belle II Technical Design Report, KEK-REPORT-2010-1, July 2010.
[5] http://legacy.kek.jp/intra-e/feature/2010/BelleIICDCDesign.html
[6] http://en.wikipedia.org/wiki/Hough transform
[7] http://belle2.kek.jp/Organization/Belle2CollaborationMap.png
[8] https://belle2.cc.kek.jp/ twiki/pub/Organization/WebHome/BelleII-
Organization.pdf
國圖紙本論文
推文
當script無法執行時可按︰
推文
網路書籤
當script無法執行時可按︰
網路書籤
推薦
當script無法執行時可按︰
推薦
評分
當script無法執行時可按︰
評分
引用網址
當script無法執行時可按︰
引用網址
轉寄
當script無法執行時可按︰
轉寄
top
相關論文
相關期刊
熱門點閱論文
1.
中央飄移室偵測器之二維軌跡重建軟體設計更新
2.
Belle II 中央飄移室偵測器二維軌跡重建:模擬軟體設計
無相關期刊
1.
中央飄移室偵測器之二維軌跡重建軟體設計更新
2.
尋找B0介子衰變到Chic0 eta的分支比
3.
Belle II 中央飄移室偵測器二維軌跡重建:模擬軟體設計
4.
台灣國際觀光旅館員工工作滿足如何影響 幸福感與離職意圖?情緒智慧能調節嗎?
5.
五星級旅館員工工作壓力、工作態度與工作表現 之相關研究-以工作價值觀為干擾變項
6.
消費者採用第三方支付意願之研究
7.
團隊信任與團隊互動對虛擬團隊績效之影響研究-以銀行金融業為例
8.
從「傳統」到「創新」:婚禮主持「氣氛製造師」之培訓計畫初探
9.
L旅行社之企業價值與企業股權價值之研究-自由現金流量折現法
10.
公司治理與企業績效:財報品質的中介效應─基於中國深市B股的實證研究
11.
高管人員薪酬存續期間對投資-現金流量敏感度之影響-以中國上市公司為例
12.
高管人員薪酬存續期間對公司現金持有之影響-以中國上市公司為例
13.
從企業架構與大數據分析應用於旅遊票券行銷管理之研究
14.
天主教教堂與重要節慶的旅遊意象及活動吸引力對旅遊意願之影響─以輔仁大學師生為例
15.
宜蘭國際觀光旅館服務創新對消費者滿意度與再購意願之探討
簡易查詢
|
進階查詢
|
熱門排行
|
我的研究室