Responsive image
博碩士論文 etd-0718112-170255 詳細資訊
Title page for etd-0718112-170255
論文名稱
Title
應用於光通訊系統的基於圖形處理器之數位同調接收器
GPU Based Digital Coherent Receiver for Optical transmission system
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
62
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2012-06-27
繳交日期
Date of Submission
2012-07-18
關鍵字
Keywords
相位估計、數位信號處理、數位同調接收器、四相位偏移調變、圖形處理器
Phase estimation, Digital signal processing, Coherent detection, Digital coherent receiver, QPSK, GPU
統計
Statistics
本論文已被瀏覽 5674 次,被下載 372
The thesis/dissertation has been browsed 5674 times, has been downloaded 372 times.
中文摘要
同調光纖通信技術已經受到世界各方的強烈關注,此種通訊技術可以實現高頻譜效率的傳輸系統。同調光纖通信技術和1980年代相比最大的不同是採用了數位信號處理(DSP)。在1980年代,若要採用零差檢測需要所謂的光鎖相迴路(OPLL),而此種迴路是相當難以實現的。最新的同調光纖通信技術應用數位信號處理來取代光鎖相迴路來實現零差檢測,數位信號處理要比零差檢測來的容易實現的多。
實時的數位信號處理的實現現今仍是一個問題。對於實現高速通訊系統而言,數位信號處理採用的運算邏輯需要極端強大的計算能力。人們總是利用現場可編程邏輯陣列(FPGA)來實現實時的數位信號處理,但此種晶片的成本目前仍過於昂貴。
這個碩士論文打算利用搭載專門用於計算的圖型處理器的個人電腦(PC)來取代現場可編程邏輯陣列。若是可以成功開發此種接收器,可以顯著降低數位同調接收器的成本。此外,這種接收器是基於的是軟體而不是硬體。這意味著此種接收器功能更具備彈性並容易調整。
Abstract
The coherent optical fiber communication technology is attracting significant attentions in the world, because it can realize the spectrally efficient transmission system.
One major difference between 1980’s and the latest coherent technology is the utilization of the digital signal processing (DSP). In 1980’s the optical phase locked loop (OPLL) was required to realize the homodyne detection, and it was significantly difficult to realize. The latest coherent technology utilizes the DSP in place of the OPLL to realize the homodyne detection, and it is much easier than the OPLL.
The real-time realization of the DSP is still a problem. Because the DSP uses software to process the signal, it needs an extreme calculation power for the high-speed communication system. People always utilize the field programmable gate array (FPGA) to realize the real-time DSP, but the cost of the FPGA is too expensive for the commercial system at this moment.
This master thesis intend to utilize commercially available personal computer (PC) contained a GPU calculation board to replace FPGA. It can reduce the cost of the coherent receiver. Also, this receiver is defined by the software rather than the hardware. It means that we can realize a flexible receiver defined by the software.
目次 Table of Contents
致謝 I
中文摘要 II
Abstract III
Contents V

1 Introduction 1
1.1 Optical Coherent Transmission Systems . . . . . . . . . . . . . . . . . . . . 1
1.2 Graphic Processing Unit based Digital Coherent Receiver . . . . . . . . .3
1.3 Motivation of this Thesis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.4 Structure of this Thesis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

2 Theory of QPSK digital coherent receiver 7
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2 Coherent Detection of Phase-diversity Homodyne Receiver . . . . . . . . 8
2.2.1 Coherent detection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .8
2.2.2 Homodynedetection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .10
2.3  Quadrature Phase Shift Keying Modulation . . . . . . . . . . . . . . . . . . . . 11
2.4 QPSK Demodulation Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18

3 GPU Calculation Technology 20
3.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
3.2  CUDA parallel computing architecture . . . . . . . . . . . . . . . . . . . . . . . . 21
3.2.1 Processing flow . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
3.2.2 Grid, Block, and Thread . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.2.3 Memories on GPU board . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26

4 Experimental Study of QPSK Digital Coherent Receiver with Carrier 27
4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
4.2 Experimental Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
4.2.1 Transmitter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
4.2.2 Receiver . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
4.3 Algorisms of DSP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
4.3.1 Phase Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
4.3.2 Differential decoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
4.3.3 Adjustment for following the trajectory of physical phase . . . . . 40
4.4 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42
Source Code of MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50

5 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51

Acronyms 52
參考文獻 References
[1] Dany-Sebastien Ly-Gagnon, Tsukamato, Kazuhiro Katoh, and Kazuro Kikuchi, “ Coherent detection of optical quadrature phase-shift keying signals with carrier phase estimation ”, journal of lightwave technology,Vol. 24, NO. 1, page 12-21, Jan. 2006
[2] Jens C. Rasmussen, Takeshi Hoshida, Hisao Nakashima, “Digital Coherent Receiver Technology for 100-Gb/s Optical Transport Systems”, FUJITSU Sci. Tech. J., Vol. 46, No. 1, pp. 63-71, January 2010
[3] Photoline Technologies, “Low Loss Dual Parallel Mach Zehnder Modulator”, http://www.photline.com/MXIQ-LN-40.pdf
[4] Optoplex Corporation, “Optical Hybrid Enables Next-Generation Optical Communication”http://www.optoplex.com/download/coherent_detection_and_optical_hybrid.pdf
[5] Shr-Jie Chen, “Reception of QPSK Signal Using Digital Coherent Receiver”, Department of Photonics, National Sun Yat-sen University, June, 2011.
[6] Michael G. Taylor, Member, IEEE, “Phase Estimation Methods for Optical Coherent Detection Using Digital Signal Processing”, Journal of Lightwave Technology, vol. 27, NO. 7, APRIL 1, 2009
[7] Hui-Hsuan Kung, “APSK Transmission Experiment with Homodyne Receiver Using Carrier Phase Recovery”, Department of Photonics, National Sun Yat-sen University, June, 2011.
[8] Jiun-Ru Wang, “The Performance of Using Different Modulation Formats in Digital Coherent System”, Department of Photonics, National Sun Yat-sen University, June, 2010
[9] Lian Zhao, Hari Shankar, Ariel Nachum, “40G QPSK and DQPSK Modulation”, Inphi Corporation, http://www.inphi.com/technology-overview/40G-QPSK-and-DQPSK-Modulation.pdf
[10] Sajid Anwar, Wonyong Sung, “Digital Signal Processing Filter with GPU”, School of Electrical Engineering Seoul National University, Gwanak-gu, Seoul 151-744 Korea
[11] Wojciech Bożejko, Dobrucki, A., Walczynski, M., ”Parallelizing of digital signal processing with using GPU”, Signal Processing Algorithms, Architectures, Arrangements, and Applications Conference Proceedings (SPA), 2010, page 29 – 33, Sept, 2010
[12] Akshay Shukla,”Simulation on programmable graphics hardware (GPUs)”, 04/08/2010, http://run.usc.edu/cs599-s10/scribeNotes/Akshay_Shukla_scribe_notes.pdf
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:自定論文開放時間 user define
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code