博碩士論文 100523045 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:20 、訪客IP:13.58.198.135
姓名 謝亞儒(Ya-ju Hsieh)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 LTE系統中語音串流封包半持續性排程之研究
(Enhanced Semi-Persistent Scheduling for VoIP Transmission in LTE Systems)
相關論文
★ UHF頻段RFID彈藥管理系統之設計、實作與評估★ 移動物偵測與追蹤之IP Camera系統
★ SDN自適應性自動化網路安全之研究★ Wi-Fi Direct Service 應用於IoT
★ 射頻前端電路應用於載波聚合長期演進技術★ 3C無線充電裝置運用在車載系統所產生之EMI輻射
★ 基於LoRa技術的物聯網前端防盜警示感測裝置實作與評估★ DOCSIS 3.1 效能研究 與下行通道干擾阻隔之設計
★ 藍芽無線光學投影翻譯筆★ 手持裝置應用於MIMO ( 8x8 ) Wi-Fi系統之設計
★ 基於無伺服器運算之智慧農業雲端系統設計與研究★ 嵌入式系統實現電梯物聯網
★ 在802.11 Ad-Hoc網路中基於速率考量之路由協定設計★ 合作博弈與灰色模糊方法改善無線網路之性能
★ 採用拍賣策略之動態分散式方法於減少叢集小型基地台間干擾之研究★ 在LTE-A下聚合未授權頻譜及動態分配資源以優化系統效能
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著智慧型手機與平板電腦的普及,行動網路用戶的數量有了大幅成長,長程演進技術 (Long Term Evolution, LTE)的發展,就是為了滿足日益增加的網路流量需求,而語音通話的使用者依舊是佔有相當大的比例,因此,如何滿足LTE系統中的語音通話使用者便成為重要的議題。
在核心網路為全IP架構的LTE系統中,則是使用VoIP (Voice over Internet Protocol)技術來實現語音串流通話的傳送。VoIP封包對於延遲時間以及遺失率都有相當嚴格的要求,系統在控制通道有限以及通道品質不斷變化的情況下,對於VoIP封包的排程演算法便顯得非常重要,而動態排程演算法、持續性排程演算法以及半持續性排程演算法為常見的VoIP封包排程演算法。
本文將提出一個新的排程演算法,是基於半持續性排程演算法並加入動態排程的特性,使基地台能夠隨著環境改變而作出適當的資源分配。根據模擬結果所示,本文提出的排程演算法不僅可以降低VoIP封包的延遲時間以及遺失率,進而提升LTE系統對語音串流使用者的容量。
摘要(英) Long Term Evolution (LTE) is the key technology to deal with the increasing number of mobile network users. The core network of LTE system is all-IP based. In order to support voice service in LTE systems, VoIP (Voice over Internet Protocol) technology is used.
The challenges of supporting VoIP transmission in LTE system are that the VoIP packet is loss sensitive and delay sensitive. The VoIP capacity is limited by control channel numbers. According to the challenges mentioned above, scheduling algorithm is main factor of reducing the delay time and packet loss rate.
In this paper we propose a scheduling algorithm which is combining the semi-persistent scheduling algorithm and the dynamic scheduling algorithm. Due to the dynamic character, the scheduling pattern of VoIP user is more fit in with the channel condition. According to the simulation result, the proposed algorithm can effectively reduce the delay time and packet loss rate, while enhancing the VoIP capacity of LTE systems.
關鍵字(中) ★ 長程演進技術
★ VoIP技術
★ 動態排程演算法
★ 持續性排程演算法
★ 半持續性排程演算法
關鍵字(英) ★ LTE
★ VoIP
★ semi-persistent scheduling algorithm
★ dynamic scheduling algorithm
論文目次 摘要 I
Abstract II
致謝 III
目錄 IV
圖目錄 VI
表目錄 VII
第一章 序論 1
1.1 前言 1
1.2 研究動機 1
1.3 論文架構 2
第二章 相關背景及研究 3
2.1 LTE介紹 3
2.1.1 LTE相關技術介紹 3
2.1.2 LTE下行鏈路實體層規劃 4
2.2 封包排程演算法[4] 7
2.2.1 Maximum I/O演算法 7
2.2.2 Round Robin演算法 8
2.2.3 Proportional Fair演算法 9
2.3 VoIP介紹 10
2.4 VoIP封包排程演算法 12
2.4.1通道品質指標(Channel Quality Indicator) 12
2.4.2 動態排程演算法 15
2.4.3 持續性排程演算法 17
2.4.4 半持續性排程演算法 18
第三章 系統架構與演算法 20
3.1 前言 20
3.2 系統拓樸與架構 20
3.2.1 系統拓樸 20
3.2.2 排程系統架構 21
3.3 演算法 23
3.3.1 封包排程器演算法流程圖 23
3.3.2重新分配持續性排程方式 25
3.3.3 決定取得資源的優先權 25
3.3.4 決定適合的資源區塊及MCS 27
第四章 模擬與分析 29
4.1 模擬環境與參數 29
4.2 模擬結果 31
4.2.1 效能評估標準 31
4.2.2 重新分配啟動參數 34
4.2.3 延遲 35
4.2.4 封包遺失率 37
4.2.5 系統容量 39
第五章 結論與未來研究 40
參考文獻 41
參考文獻 [1] S. Sesia, I. Toufik, and M. Baker, “LTE, The UMTS Long Term Evolution : From Theory to Practice,” ISBN: 978-0-470-69716-0, WILEY-INTERSCIENCE, pp. 113-134, Apr. 2009
[2] J. Zyren, “Overview of the 3GPP Long Term Evolution Physical Layer,” 3GPP EVOLUTIONWP Rev, July. 2007
[3] 3GPP TR 36.814 v2.0.0, “Further Advancements for E-UTRA, Physical Layer Aspect,” Mar. 2010.
[4] N. N. Chen, “Adaptive Carrier Aggregation Scheme for LTE-Advanced Systems,” National Central University, Sept. 2011
[5] Musabe, R., Larijani, H., Stewart, and B.G. Boutaleb, T. “A New Scheduling Scheme for Voice Awareness in 3G LTE,” Broadband and Wireless Computing, Communication and Applications (BWCCA), 2011 International Conference on. pp. 300 - 307
[6] Gonia, k. (2004). “Latency and QoS for Voice over IP.” SANS Institute- As part of GIAC practical repository . pp. 1-21.
[7] Khasnabish, B. (2003). “Implementing Voice over IP.” John Wiley & sons.Inc.pp. 1-224
[8] 3GPP TSG-RAN WG2 Meeting #56bis , R2-070006, “Scheduling of LTE DL VoIP”, Sorrento, Italy, 15 - 19 January 2007
[9] Saha, S., & Quazi, R. “Priority-Coupling-A Semi-Persistent MAC Scheduling Scheme for VoIP Traffic on 3G LTE.“ Telecommunications, 2009. ConTEL 2009. 10th International Conference on, pp. 325
[10] J. Puttonen, H.-H. Puupponen, K. Aho, T. Henttonen, and M. Moisio, "Impact of control channel limitations on the lte voip capacity," in 9th Int. Conf. on Networks (ICN), 2010.
[11] 3GPP TSG RAN WG1 Meeting #47, R1-063275, “Discussion on control signaling for persistent scheduling of VoIP”, Riga, Latvia, November 6 – 10, 2006
[12] 3GPP TSG RAN WG1 Meeting #47bis, R1-070098, “Persistent Scheduling in E-UTRA”, Sorrento, Italy, January 15 – 19, 2007
[13] D. Jiang, H. Wang, E. Malkamäki, and E. Tuomaala, "Principle and Performance of Semi-Persistent Scheduling for VoIP in LTE System," in Proc. WiCom’07, September 2007, pp. 2861-2864.
[14] Y. Fan, P. Lunden, M. Kuusela, and M. Valkama, "Efficient Semi-Persistent Scheduling for VoIP on EUTRA Downlink," in Proc. of the IEEE Vehicular Technology Conference (VTC’F08), September 2008.
[15] Giuseppe Piro, Luigi Alfredo Grieco, Gennaro Boggia, Francesco Capozzi, and Pietro Camarda, “Simulating LTE Cellular Systems: an Open Source Framework, ” IEEE Trans. Veh. Technol., vol. 60, no. 2, Feb, 2011, doi: 10.1109/TVT.2010.2091660
[16] T. Camp, J. Boleng, and V. Davies, “A survey of mobility models for ad hoc network research,” Wireless Commun. Mobile Comput., vol. 2, pp. 483–502, 2002.
[17] O. Namgeol, Sang-wook Han., and Hoon Kim,“System Capacity and Coverage Analysis of Femtocell Networks,”Wireless Communications and Networking Conference (WCNC), IEEE, Apr. 2010.
[18] ITU-T. (2003). “One way transmission time.” ITU-T recommendation G.114 .pp. 1-20.
[19] Henttonen, T., Aschan, K., Puttonen, J., Kolehmainen, N., Kela, P., Moisio, M., et al. (VTC Spring 2008. IEEE). “Performance of VoIP with Mobility in UTRA Long Term Evolution.” Vehicular Technology Conference, 2008.pp.1-5.
[20] 3GPP TSG-RAN1, R.-0. (2007). LTE physical layer framework for performance verification. 3GPP TSG-RAN1 R1-070674.
指導教授 吳中實(Jung-shyr Wu) 審核日期 2013-7-19
推文 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聯絡  - 隱私權政策聲明