博碩士論文 109521009 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:61 、訪客IP:3.145.162.12
姓名 張玫萱(Mei-Hsuan Chang)  查詢紙本館藏   畢業系所 電機工程學系
論文名稱 基於近似期望值傳遞演算法之稀疏碼多工存取解碼器硬體實作
(Implementation of Sparse Code Multiple Access Decoder based on Approximate Expectation Propagation Algorithm)
相關論文
★ 具輸出級誤差消除機制之三位階三角積分D類放大器設計★ 應用於無線感測網路之多模式低複雜度收發機設計
★ 用於數位D類放大器的高效能三角積分調變器設計★ 交換電容式三角積分D類放大器電路設計
★ 適用於平行處理及排程技術的無衝突定址法演算法之快速傅立葉轉換處理器設計★ 適用於IEEE 802.11n之4×4多輸入多輸出偵測器設計
★ 應用於無線通訊系統之同質性可組態記憶體式快速傅立葉處理器★ 3GPP LTE正交分頻多工存取下行傳輸之接收端細胞搜尋與同步的設計與實現
★ 應用於3GPP-LTE下行多天線接收系統高速行駛下之通道追蹤與等化★ 適用於正交分頻多工系統多輸入多輸出訊號偵測之高吞吐量QR分解設計
★ 應用於室內極高速傳輸無線傳輸系統之 設計與評估★ 適用於3GPP LTE-A之渦輪解碼器硬體設計與實作
★ 下世代數位家庭之千兆級無線通訊系統★ 協作式通訊於超寬頻通訊系統之設計
★ 適用於3GPP-LTE系統高行車速率基頻接收機之設計★ 多使用者多輸入輸出前編碼演算法及關鍵組件設計
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2028-8-31以後開放)
摘要(中) 傳統的稀疏碼多工存取的接收器使用了複數維度的碼字來傳遞使用者的資訊來提高資源使用率,但傳統的訊息傳遞演算法(Message Propagation Algorithm)接收器複雜度隨著碼簿大小而呈現冪次方上升,以硬體實現是一個極大的考驗,因此基於期望值傳遞演算法(Expectation Propagation Algorithm, EPA),本論文提出用分組近似期望值傳遞演算法(Group-Approximate EPA, GA-EPA)來處理接收器的偵測問題,我們使用了三種方法來降低演算法的運算複雜度,其中近似計算是將部分計算利用取最大值來做近似,並將運算轉換至對數域,可降低約30%的乘法個數與約60%的除法個數,而本論文所使用的碼簿為16點,若直接使用近似期望值演算法(Approximate EPA)會造成性能不佳,因此使用了機率分組的方法,將碼字透過實部及虛部分別進行分組,再利用分組後的碼字機率來做運算,不僅能達到與取前4個最大值相似的性能還能藉此降低演算法複雜度,最後使用QR分解來減少1/2訊息的傳遞量,在變數節點及資源節點的計算上也能減少約1/2的計算量。此外,本論文亦實現了硬體設計,實現的硬體架構為:總遞迴次數為4次、使用者數為6、資源點數為4、具備4根接收天線並使用16點碼簿的上行系統,除了前述改善外,在對數域的查表利用指數的特性拆解成較小的表格來實現,並利用客製化浮點數優勢降低約17%的硬體面積,根據40nm CMOS製程合成結果,本論文之設計最高操作頻率為166.67MH,吞吐量為363.64Mbps,且產出軟式決策值,相較目前文獻僅使用4點的碼簿實作,我們有著較小的邏輯閘數設計、13倍的正規化解碼吞吐率改善與較佳的硬體效率。
摘要(英) The conventional Sparse Code Multiple Access (SCMA) receiver employs codewords with complex dimensions to transmit user information and improve resource utilization. However, the complexity of the message propagation algorithm increases exponentially with the size of the codebook and the number of antennas, making hardware implementation a significant challenge. Therefore, based on expectation propagation algorithm (EPA), we propose group-approximate EPA (GA-EPA) for complexity reduction. The approximate calculations in the logarithmic domain by maximum value selection is used. This reduces approximately 30% of multiplications and about 60% of divisions. However, since 16-point codebook is adopted, a probability grouping method is proposed, where codewords are grouped to generate the associated probability. This approach not only achieves performance similar to using the top-four maximum values but also reduces the computation complexity. Finally, QR decomposition is employed to eliminate a half of transmitted information, and the computational load on variable nodes and resource nodes is also reduced by about 1/2. We then design the SCMA hardware detector for an uplink system having a total of 6 users, 4 resource elements, and 4 receive antennas, with a 16-point codebook for 4 recursive decoding passes. Besides the probability grouping and QR decomposition for complexity reduction and throughput enhancement, and we also utilize customized floating-point datapath to decrease hardware area by approximately 17% and take advantage of exponential operation to split a large table into two small tables. From synthesis results in 40nm CMOS technology, our design can generate soft decision and achieves a throughput of 363.64Mbps at a maximum operating frequency of 166.67MHz. Compared to conventional design supporting only 4-point codebook, our design has smaller gate count, 13x improvement in normalized throughput and better normalized hardware efficiency.
關鍵字(中) ★ 稀疏碼多工存取
★ 期望值傳遞演算法
關鍵字(英) ★ Sparse Code Multiple Access
★ Expectation Propagation Algorithm
論文目次 摘要---i
Abstract-------ii
表目錄--v
圖目錄--vi
第一章 緒論----1
1.1 簡介--------1
1.2 研究動機----1
1.3 論文組織----2
第二章 稀疏碼多工存取演算法----3
2.1 稀疏碼多工存取 (Sparse Code Multiple Accsee, SCMA)--3
2.1.1 系統架構---4
2.1.2 碼簿設計[3]-----5
2.2 期望值傳遞演算法 (Expectation Propagation Algorithm, EPA) [4]-------8
2.3 近似期望值傳遞演算法 (Approximate Expectation Propagation Algorithm, AEPA)[5]-------16
2.3.1 變數節點近似------16
2.3.2 解答節點近似------17
2.3.3 對數似然比近似----19
第三章 分組近似期望值傳遞演算法 (Grouping Approximate Expectation Propagation Algorithm, GA-EPA)----21
3.1 QR分解 (QR decomposition)---21
3.2 低複雜度近似期望值演算法----23
3.3 演算法性能模擬及複雜度比較--30
第四章 硬體架構設計及實現------36
4.1 設計流程----36
4.1.1 排程設計--36
4.2 系統架構簡介--------40
4.3 變數節點更新--------42
4.3.1 變數節點變異數更新--------42
4.3.2 變數節點平均值更新--------43
4.3.3 前處理(Preprocessing)-----46
4.4 資源節點更新--------47
4.4.1 資源節點平均值更新--------48
4.4.2 資源節點變異數更新--------50
4.5 天線節點更新--------52
4.6 機率節點更新--------56
4.6.1 指數函數查表法----56
4.6.2 正規化-----57
4.7 終末節點更新----58
4.7.1 機率分組------59
4.7.2 終末節點平均值更新--------60
4.7.3 終末節點變異數更新--------63
4.8 對數似然比硬體架構---65
4.9 記憶體------67
第五章 硬體模擬結果----69
5.1 硬體模擬結果--------69
5.2 硬體比較----76
第六章 結論----79
參考資料--------80
參考文獻 [1] 林日揚, "基於收斂偵知期望值傳播演算法於稀疏碼多工接收器之設計與實作", 碩士論文, 國立中央大學, 民國109年6月。
[2] C. Yan, G. Kang and N. Zhang, "A Dimension Distance-Based SCMA Codebook Design," in IEEE Access, vol. 5, pp. 5471-5479, 2017, doi: 10.1109/ACCESS.2017.2685618.
[3] M. Taherzadeh, H. Nikopour, A. Bayesteh and H. Baligh, "SCMA Codebook Design," 2014 IEEE 80th Vehicular Technology Conference (VTC2014-Fall), Vancouver, BC, Canada, 2014, pp. 1-5, doi: 10.1109/VTCFall.2014.6966170.
[4] X. Meng, Y. Wu, Y. Chen and M. Cheng, "Low Complexity Receiver for Uplink SCMA System via Expectation Propagation," 2017 IEEE Wireless Communications and Networking Conference (WCNC), San Francisco, CA, USA, 2017, pp. 1-5, doi: 10.1109/WCNC.2017.7925590.
[5] J. Xiao, J. Hu and K. Han, "Low Complexity Expectation Propagation Detection for SCMA Using Approximate Computing," 2019 IEEE Global Communications Conference (GLOBECOM), Waikoloa, HI, USA, 2019, pp. 1-6, doi: 10.1109/GLOBECOM38437.2019.9013512.
[6] P. Wang, L. Liu, S. Zhou, G. Peng, S. Yin and S. Wei, "Near-Optimal MIMO-SCMA Uplink Detection With Low-Complexity Expectation Propagation," in IEEE Transactions on Wireless Communications, vol. 19, no. 2, pp. 1025-1037, Feb. 2020, doi: 10.1109/TWC.2019.2950314.
[7] J. -Y. Lin and P. -Y. Tsai, "Design of A Convergence-Aware Based Expectation Propagation Algorithm for Uplink Mimo Scma Systems," ICASSP 2020 - 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Barcelona, Spain, 2020, pp. 1698-1702, doi: 10.1109/ICASSP40776.2020.9053809.
[8] P. C. Bao, D. Van Xuan Huong, D. N. M. Dang, Q. L. Trung and L. D. Khai, "High Throughput and Low Complexity Implementation for Uplink Scheme of 5G Technology," 2019 26th International Conference on Telecommunications (ICT), 2019, pp. 304 308.
[9] A. Ghaffari, M. Léonardon, A. Cassagne, C. Leroux and Y. Savaria, "Toward High Performance Implementation of 5G SCMA Algorithms," in IEEE Access, vol. 7, pp. 10402 10414, 2019.
[10] X. Pang, W. Song, Y. Shen, X. You and C. Zhang, "Efficient Row-Layered Decoder for Sparse Code Multiple Access," in IEEE Transactions on Circuits and Systems I: Regular Papers, vol. 68, no. 8, pp. 3495-3507, Aug. 2021, doi: 10.1109/TCSI.2021.3084634.
指導教授 蔡佩芸(Pei-Yun Tsai) 審核日期 2023-8-14
推文 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聯絡  - 隱私權政策聲明