博碩士論文 103523010 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:32 、訪客IP:13.58.77.98
姓名 陳俊棋(Chun-Chi Chen)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 以實務軟體定義無線電實現LTE上行鏈路收發機
(Design and Implementation of LTE Uplink Transceiver with SDR Platform)
相關論文
★ WiMAX基地台信號覆蓋實地量測與分析★ 被動元件阻抗量測原理及實務
★ 正交分頻多工接收機中數位降頻器之低通濾波器設計★ 適用於數位電視之里德所羅門編解碼硬體實作
★ 數位電視地面廣播系統之通道估測與等化器設計與實現★ 數位電視地面廣播之數位基頻收發機即時軟體設計與實現
★ 數位電視地面廣播系統通道解碼之腓特比解碼器實現★ 無線區域網路收發機之整合實現與測試
★ 以DSP處理器實現數位電視地面廣播系統發射機★ 數位電視內接收機同步系統之設計與實現
★ AIS實體層(GMSK/FM)與資料鏈結層軟體無線電技術實現★ 數位電視地面廣播系統內接收機之快速傅立葉轉換處理器研究與設計
★ 數位電視地面廣播之數位降頻器與再取樣器設計與實現★ 軟體無線電任意基頻訊號接收機系統設計及實現
★ 陣列天線互耦及接收機增益與相位對波束合成器性能影響及校正研究★ 適用於OFDM系統之可變長度快速傅立葉轉換處理器設計與實現
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 本篇論文將介紹如何在軟體定義無線電平台上實現LTE上行鏈路規格之收發機,長期演進技術(Long Term Evolution, LTE)為第四代行動通訊重要技術之一,此技術主要為單載波頻分多址(Single-Carrier Frequency Division Multiple Access, SC-FDMA)系統,基本架構相似於(Orthogonal Frequency Division Multiplexing, OFDM),SC-FDMA 是OFDM 先經由預編碼運算,此運算是經由離散傅立葉轉換(Discrete Fourier Transform, DFT)完成,使用預前編碼可降低均峰比(Peak-to-Average Power Ratio, PAPR),有效降低功率使用,可以提高移動終端的功率發射效率,延長電池的使用時間,降低終端成本。

本篇論文將利用可程式化邏輯閘陣列(Field-Programmable Gate Array, FPGA)板結合射頻元件(AD9361),所打造的軟體定義無線電平台實現,實現符合LTE 上行鏈路規格之發射機與接收機,並在實際空中對傳訊號。在發射機之訊號處理模組中設計了串列轉並列處理器、星座圖映射器、DFT 處理器、IFFT 處理器、循環字首置入器和領航碼置入器等,而在接收機設計了訊號同步器、FFT 處理器、通道估測器、通道等化器、IDFT 處理器等。
摘要(英) This paper will describe how to implement the LTE uplink transceiver specifications on software defined radio platform. LTE (Long Term Evolution) is important for fourth generation of mobile communication technologies. On the uplink transmission system, the LTE system uses SC-FDMA (Single-Carrier Frequency Division Multiple Access) technology. The SC-FDMA structure is like as OFDMA (Orthogonal Frequency Division Multiple Access). SC-FDMA pre-coded the information-bearing symbols by DFT (Discrete Fourier Transform). This pre-coding operation can reduce PAPR power.It can benefit power efficiency which used in mobile terminal and it can extend the usage time of the battery. It also can reduce manufacturing cost.

In this thesis, we conduct design and implementation of LTE uplink transceiver with FPGA (Field-programmable Gate Array) and RF component(AD9361). The transceiver can be realized with the Software Defined Radio platform. The transmitter includes parallel-to-serial module, constellation mapper, DFT, Invers FFT, cyclic prefix inserter and pilot inserter. The receiver includes signal synchronizer, FFT, channel estimator, channel equalizer, Invers DFT etc.
關鍵字(中) ★ 長期演進技術
★ 單載波頻分多址
★ 軟體定義無線電
關鍵字(英) ★ LTE
★ SC-FDMA
★ SDR
論文目次 中文摘要 i
ABSTRACT ii
謝誌 iii
目錄 iv
圖目錄 vii
表目錄 x
一、緒論 1
1.1 研究動機與背景 1
1.2 章節簡介 2
二、長期演進技術上行鏈路系統簡介 3
2.1 正交分頻多工調變原理 3
2.2 保護區間(Guard Interval) 6
2.3 正交分頻多重存取系統 8
2.4 單載波分頻多重存取系統 9
2.5 長期演進技術結構介紹 11
2.5.1 長期演進技術訊框架構類型 11
2.5.2 LTE 上行鏈路參考訊號配置 12
三、長期演進技術上行鏈路系統 13
3.1 星座圖映射 14
3.2 離散傅立葉轉換 16
3.2.1 Radix-2 DIF 演算法 16
3.2.2 WFTA 3 演算法 17
3.2.3 WFTA5 18

3.3 快速傅立葉轉換 21
3.4 循環字首 23
3.5 參考訊號 24
3.6 符碼時序同步(Symbol Timing Synchrnization) 26
3.6.1 符碼時序偏移討論 26
3.6.2 符碼時序同步原理 27
3.7 載波頻率同步(Carrier Frequency Synchronization) 29
3.7.1 載波頻率誤差之影響 29
3.7.2 載波頻率同步原理 32
3.8 通道估測(Channel Estimation) 33
3.8.1 最小平方近似法通道估測 33
3.8.2 多項式模型化通道估測(Polynomial Model Based) 35
3.8.3 取樣後維持通道估測(Sample and Hold) 37
四、LTE 上行鏈路發射機硬體實現 38
4.1 LTE 上行鏈路發射機系統架構 38
4.2 星座圖映射器 39
4.3 離散傅立葉轉換器 40
4.3.1 Radix-2 SDF 架構 41
4.3.2 WFTA SDF 架構 41
4.4 領航符碼置入器 43
4.5 子載波映射器 44
4.6 快速傅立葉轉換器 45
4.6.1 FFT/IFFT 切換 46
4.6.2 蝶型運算器 47
4.6.3 FFT 時序控制 49
4.6.4 位元反轉排序 49
4.7 循環字首置入器 51
五、LTE 上行鏈路接收機硬體實現 53
5.1 符碼時序同步器(Symbol Timing Synchronizer) 54
5.1.1 延遲相關器 54
5.1.2 峰值檢測器 55
5.1.3 符碼同步器 56
5.2 載波頻率同步器(Carrier Synchronizer) 58
5.3 通道估測器(Channel Estimator)與等化器(Equalizer) 59
5.3.1 最小平方近似法模組 59
5.3.2 二次多項式模組 61
5.3.3 取樣後維持 63
5.3.4 通道等化器 64
六、軟體定義無線電平台 65
6.1 軟體定義無線電 65
6.2 軟體定義無線電平台 65
6.3 MATLAB to SIMIS Engine IC 67
6.4 FPGA(AC701) 68
6.5 RF module(AD9361) 69
6.6 實驗結果 71
七、結論 74
參考文獻 75
參考文獻 [1]J.-H. Huang, “Design and implementation of lte uplink transceiver with fpga,”
National Central University, Master’s thesis, 2015.

[2]G. Wang, B. Yin, K. Amiri, Y. Sun, M. Wu, and J. R. Cavallaro, “Fpga pro- totyping of a high data rate lte uplink baseband receiver,” in 2009 Conference Record of the Forty-Third Asilomar Conference on Signals, Systems and Com- puters, pp. 248–252, IEEE, 2009.
[3]J. W. Cooley and J. W. Tukey, “An algorithm for the machine calculation of complex fourier series,” Mathematics of computation, vol. 19, no. 90, pp. 297– 301, 1965.
[4]A. Peled and A. Ruiz, “Frequency domain data transmission using reduced computational complexity algorithms,” in Acoustics, Speech, and Signal Pro- cessing, IEEE International Conference on ICASSP’80., vol. 5, pp. 964–967, IEEE, 1980.
[5]C. yi Lee, “Fpga implementation of mixed-radix design dft processor in the uplink lte system,” National Central University, Masters thesis, 2015.
[6]A. Sohl, T. Frank, and A. Klein, “Channel estimation for dft precoded ofdma with blockwise and interleaved subcarrier allocation,” in Proc. International OFDM Workshop 2006, 2006.
[7]P.-C. Wang, “Design and implementation of variable-length fast fourier trans- form processor in ofdm systems,” National Central University, Masters thesis, 2007.


[8]J. E. Volder, “The cordic trigonometric computing technique,” IRE Transac- tions on Electronic Computers, no. 3, pp. 330–334, 1959.
[9]X. Wang and K. R. Liu, “Channel estimation for multicarrier modulation sys- tems using a time-frequency polynomial model,” IEEE transactions on commu- nications, vol. 50, no. 7, pp. 1045–1048, 2002.
[10]H. Wang, X. You, B. Jiang, and X. Gao, “Performance analysis of frequency do- main equalization in sc-fdma systems,” in 2008 IEEE International Conference on Communications, pp. 4342–4347, IEEE, 2008.
指導教授 陳逸民(Yih-Min Chen) 審核日期 2016-10-13
推文 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聯絡  - 隱私權政策聲明