簡易檢索 / 詳目顯示

研究生: 黃柏睿
Huang, Bo-Ruei
論文名稱: 延遲都普勒通訊中正交時頻空間的增強梯度搜索檢測
Enhanced Gradient-Search Detection for OTFS in Delay– Doppler Communications
指導教授: 張名先
Chang, Ming-Xian
學位類別: 碩士
Master
系所名稱: 電機資訊學院 - 電腦與通信工程研究所
Institute of Computer & Communication Engineering
論文出版年: 2025
畢業學年度: 113
語文別: 中文
論文頁數: 70
中文關鍵詞: 正交時頻空間延遲-多普勒通訊低複雜度檢測梯度搜尋演算法優化
外文關鍵詞: OTFS, Delay-Doppler Communications, Low-Complexity Detection, Gradient Search, Algorithm Optimization
相關次數: 點閱:31下載:2
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 本論文聚焦於現代無線通訊中,因用戶與基地站之間具有高速相對運動所引起的高移動通道問題。在此環境下,傳統 OFDM 調變系統容易受到頻率偏移影響,導致子載波正交性被破壞,進而增加符號間干擾,嚴重影響到系統性能。為改善上述問題,近年提出以 OTFS(Orthogonal Time Frequency Space)為核心的調變技術,並被視為未來 6G 之候選方案。OTFS 透過將資訊符號由時頻域改為映射至延遲-多普勒域,此方法使得符號能量能均勻分佈於整個時頻平面,進而充分解析通道的多徑與多普勒特性,並利用延遲-多普勒域下通道的稀疏與穩定性,有效提升信號檢測效能。
    為達低複雜度與即時檢測之目標,本文引用並優化了一種基於梯度搜尋(GS, Gradient Search)的信號檢測演算法,發展為增強式梯度搜尋(EGS, Enhanced GS)。EGS 針對 OTFS 高維稀疏信號模型,調整 GS 的部分設計讓他適用於此特徵通道模型,也設計了剪枝機制與增量更新設計,有效降低差分度量(DM, Differential Matric)計算的複雜度,並提升更新位元的搜尋效率。與原版 GS 相較,EGS 在此高維稀疏矩陣特性下展現出更佳的適用性與效能。
    針對不同調變階數的 QAM,EGS 亦進行差異化優化策略。在 4-QAM 環境下,透過多重剪枝策略的組合,模擬結果顯示 EGS 不僅能在位元錯誤率(BER)上優於其他檢測演算法,且僅需使用顯著少量的運算複雜度;此外,於 16-QAM 等高階調變下,透過分組精細剪枝強化剪枝能力,並使用跳躍搜索優化解的探索能力,EGS 能在維持使用低階搜尋複雜度的同時,有效突破局部最佳的困境,達到高階搜尋等效的檢測性能。

    本論文以數值模擬驗證 EGS 在高移動通道下,結合 OTFS 調變模型時之優越性能,為未來無線通訊系統高移動信號檢測,提供了創新且具潛力的研究方向,此優化與剪枝方法設計也奠定了使用 EGS 在 OTFS 研究領域的信號檢測基礎。

    Orthogonal Time Frequency Space (OTFS) modulation has emerged as a robust solution for next-generation (6G) high-mobility wireless communications. Unlike OFDM, which suffers from severe Doppler and multipath effects in fast-varying channels, OTFS maps data symbols into the delay– Doppler domain, exploiting channel sparsity and stability to improve detection and reliability in challenging environments such as V2X, UAV, and high-speed rail systems.
    This thesis proposes an Enhanced Gradient Search (EGS) algorithm to tackle the high-dimensional, block-sparse OTFS detection problem.EGS integrates pruning based on signal structure, incremental metric updates, and a jump search mechanism inspired by large neighborhood search. For high-order QAM (e.g., 16-QAM), EGS integrates grouping and refined order-based lower bounds, enabling efficient bit-flip search and robust detection while maintaining low complexity. These enhancements overcome the limitations of conventional gradient search—originally designed for small, dense MIMO —and make EGS scalable to large OTFS scenarios.
    Simulations using the 3GPP EVA channel model show EGS achieves significantly lower bit error rates than classical detectors like Maximum Ratio Combining (MRC) and the Message Passing Algorithm (MPA), especially under high-mobility and high-order modulation. EGS also reduces computational complexity—up to 99% fewer additions in some cases—and adapts further at higher SNRs. This work presents a scalable, practical OTFS detection framework, bridging the gap between theoretical optimality and real-time implementation. Future work may further optimize EGS for even higher-order QAM and more generalized channels.

    摘要 i
 英文延伸摘要 ii
 誌謝 ix
 Table of Contents x
 List of Tables xii
 List of Figures xiii Chapter 1. 緒論 1
 1.1. 研究動機 1
 1.2. 高速移動通道之特性與挑戰 1
 1.3. OTFS 調變技術之引入 2
 1.4. 檢測演算法之挑戰與研究方向 2
 1.5. 論文架構 2 Chapter 2. OTFS 系統模型與 GS 演算法定義 3
 2.1. OTFS 系統模型 3 2.1.1. 通道模型 3 2.1.2. 發射與接收端框架 5 2.1.3. 輸入–輸出關係 6
 2.2. Gradient Search 演算法定義 10
 2.2.1. 接收信號的實數化表示 11
 2.2.2. 差分度量的定義 13
 2.2.3. 位元翻轉與差分度量更新關係 15
 2.2.4. 不同階數差分度量之遞迴關係 16
 2.2.5. 高階 QAM 情境下 GS 的應用方法 17 Chapter 3. 問題描述與改進方案 19
 3.1. OTFS 與 GS 結合之問題描述 19
 3.1.1. 通道矩陣特性差異與模型再定義 19
 3.1.2. 高階 QAM 情境下的檢測挑戰與改進需求 20
 3.2. 提出的改進方案概述 21
 3.2.1. 基於稀疏性特徵的剪枝與增量更新設計 21
 3.2.2. 針對高解析度需求的低階搜尋與跳躍搜索結合策略 22
 3.2.3. 貪婪更新策略 23
 3.3. 剪枝與增量更新方法 24
 3.3.1. Indicative Function(IF) 24
 3.3.2. Search Cache(SC) 24
 3.3.3. Order-based Lower Bound(OLB) 25
 3.3.4. Partitioned Search(PS) 26
 3.4. 高階 QAM 情境之策略調整 27
 3.4.1. Refined-OLB 28
 3.4.2. 低階搜尋與 Block-based Jump Search(BJS)結合策略 30 Chapter 4. 計算複雜度討論暨比較檢測方法 33
 4.1. EGS 的計算複雜度估計 33
 4.1.1. 初始預處理計算 33
 4.1.2. 迭代搜尋計算(動態部分) 34
 4.1.3. Block-wise Jumping Search 計算(動態部分) 35
 4.2. 其他檢測方法 36
 4.2.1. Single-Tap Equalizer 36
 4.2.2. 消息傳遞演算法(MPA) 37
 4.2.3. 最大比合併(MRC Rake) 37 Chapter 5. 模擬與性能比較 39
 5.1. 剪枝策略計算量比較(4QAM) 40
 5.2. 高階 QAM 優化處理方法比較(16QAM) 42
 5.3. 其他檢測方法 46
 5.4. 最終綜合比較 47
 5.4.1. 4-QAM 調變下的 EGS 與 MRC 效能比較 48
 5.4.2. 16-QAM 調變下的 EGS 與 MRC 效能比較 50 Chapter 6. 結論 53
 References 54

    [1] R. Hadani, S. Rakib, M. Tsatsanis, A. Monk, A. J. Goldsmith, A. F. Molisch, and R. Calderbank, “Orthogonal time frequency space modulation,” in 2017 IEEE Wire-less Communications and Networking Conference (WCNC), 2017, pp. 1–6.
    [2] A. F. Molisch, “Delay-doppler communications: Principles and applications,” IEEE Commun. Mag., vol. 61, no. 3, pp. 10–10, 2023.
    [3] R. Hadani and A. Monk, “Otfs: A new generation of modulation addressing the challenges of 5g,” 2018. [Online]. Available: https://arxiv.org/abs/1802.02623
    [4] 3GPP, “Study on Scenarios and Requirements for Next Generation Access Technologies (Release 14),” 3rd Generation Partnership Project (3GPP), Tech. Rep. TR 38.913, 2017, v14.3.0. [Online]. Available: https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=2996
    [5] T. Thaj and E. Viterbo, “Low complexity iterative rake detector for orthogonal time frequency space modulation,” in 2020 IEEE Wireless Communications and Networking Conference (WCNC), 2020, pp. 1–6.
    [6] A. Farhang, A. RezazadehReyhani, L. E. Doyle, and B. Farhang-Boroujeny, “Low complexity modem structure for ofdm-based orthogonal time frequency space modulation,”IEEE Wireless Commun. Lett., vol. 7, no. 3, pp. 344–347, 2018.
    [7] P. Raviteja, K. T. Phan, Y. Hong, and E. Viterbo, “Interference cancellation and iterative detection for orthogonal time frequency space modulation,” IEEE Trans. Wireless Commun., vol. 17, no. 10, pp. 6501–6515, 2018.
    [8] Z. Wei, W. Yuan, S. Li, J. Yuan, G. Bharatula, R. Hadani, and L. Hanzo, “Orthogonal time-frequency space modulation: A promising next-generation waveform,” IEEE Wireless Commun., vol. 28, no. 4, pp. 136–144, 2021.
    [9] K. R. Murali and A. Chockalingam, “On otfs modulation for high-doppler fading channels,” in 2018 Information Theory and Applications Workshop (ITA), 2018, pp. 1–10.
    [10] P. Raviteja, Y. Hong, E. Viterbo, and E. Biglieri, “Practical pulse-shaping waveforms for reduced-cyclic-prefix otfs,” IEEE Trans. Veh. Technol., vol. 68, no. 1, pp. 957–961, 2019.
    [11] T. Thaj and E. Viterbo, “Low complexity iterative rake decision feedback equalizer for zero-padded otfs systems,” IEEE Trans. Veh. Technol., vol. 69, no. 12, pp. 15 606– 15 622, 2020.
    [12] M.-X. Chang and W.-Y. Chang, “Efficient detection for mimo systems based on gradient search,” IEEE Trans. Veh. Technol., vol. 65, no. 12, pp. 10 057–10 063, 2016.
    [13] ——, “Maximum-likelihood detection for mimo systems based on differential metrics,” IEEE Trans. Signal Process., vol. 65, no. 14, pp. 3718–3732, 2017. 54
    [14] J. G. Proakis, Digital Communications, 5th ed. McGraw-Hill, 2007.
    [15] D. Pisinger and S. Ropke, Large Neighborhood Search. Cham: Springer International Publishing, 2019, pp. 99–127. [Online]. Available: https://doi.org/10. 1007/978-3-319-91086-4_4

    下載圖示 校內:立即公開
    校外:立即公開
    QR CODE