登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 电子信息类 > 通信工程 > 正文

面向5G的SCMA系统设计与实现毕业论文

 2021-05-13 10:05  

摘 要

多址接入是无线通信物理层最核心的技术之一,现有系统采用正交的多址接入方式。正交多址技术由于其接入用户数与正交资源成正比,因此不能满足5G大容量、海量连接、低延时接入等需求,非正交多址接入就成为当下5G多址接入的研究重点。SCMA,稀疏码多址接入,就是应5G需求设计产生的一种非正交多址技术。在发送端通过多维调制和稀疏扩频将编码比特映射成SCMA码字,接收端通过多用户检测完成译码。相比4G的OFDMA技术,它可以实现在同等资源数量条件下,同时服务更多用户,从而有效提升系统整体容量。

在接收端,SCMA通过MPA(Message Passing Algorithm),消息传递算法进行多用户检测。由于需要进行迭代运算,检测器的时延较大。除此之外,传统MPA算法中存在大量非线性计算,不利于硬件实现。为了弥补上述缺点,本文首先设计了针对SCMA技术的快速收敛MPA算法和简化Log-MPA算法,研究了针对SCMA-Turbo的联合大迭代接收机。为了便于硬件实现,本文还提出了一套完整的量化处理方案。重点通过FPGA实现SCMA上行多接入系统,完成了SCMA编码和低复杂度译码模块的开发和验证。

研究结果表明:相对于传统MPA算法,在保证相同性能的前提下,本文提出的快速收敛MPA算法可以明显降低迭代次数,从而大幅降低MPA算法复杂度。简化Log-MPA算法随着迭代次数的增加可以保证其算法稳定收敛,并且明显降低了硬件资源开销。在硬件实现方面,不加噪时可以保证译码正确。加入AWGN信道测试BER v.s Eb/N0的性能瀑布曲线,与仿真结果比对,差别小于1dB。

本文的特色:研究内容新颖,系创新性突出,研究全面。对于正在发展的5G事业有重要实践意义。

关键词:SCMA;MPA算法;5G;FPGA

Abstract

Multiple access is one of the most important technologies in the physical layer of wireless communication, and the existing system adopts orthogonal multiple access method. Orthogonal multiple access technology due to the proportional to the number of access users and orthogonal resource, and therefore can’t satisfy the 5g large capacity, massive connection, low latency access requirements, non orthogonal multiple access has become research focus of current 5g multiple access. SCMA, sparse code multiple access, which is a non orthogonal multiple access technology that should be generated by 5G demand design. The coding bits are mapped into SCMA code word by multi dimension modulation and sparse spread spectrum at the transmitter end. Compared to the OFDMA 4G technology, it can be achieved in the same amount of resources under the conditions, while serving more users, so as to effectively enhance the overall capacity of the system.

At the receiving end, SCMA through Message (Passing Algorithm MPA), message passing algorithm for multi-user detection. Due to the need of iterative computation, the delay of the detector is larger. In addition, the traditional MPA algorithm has a large number of nonlinear computation, which is not conducive to the realization of the hardware. In order to make up for these shortcomings, this paper firstly designs a fast convergent MPA algorithm and a simplified Log-MPA algorithm for SCMA technology, and studies the combination of SCMA-Turbo and the large iterative receiver. In order to facilitate hardware implementation, this paper also proposes a complete set of quantitative processing. Focusing on the implementation of SCMA uplink multiple access system, the development and verification of SCMA coding and low complexity decoding module is completed by FPGA.

The research results show that: compared with the traditional MPA algorithm, the fast convergent MPA algorithm can significantly reduce the number of iterations, which significantly reduces the complexity of the MPA algorithm compared to the traditional algorithm. With the increase of the number of iterations, the simplified Log-MPA algorithm can ensure the stability and convergence of the algorithm, and obviously reduce the overhead of hardware resources. In terms of hardware implementation, without noise, can ensure the correct decoding. Join AWGN channel test v.s Eb/N0 BER performance of the waterfall curve, and the simulation results, the difference is less than 1dB.

The characteristics of this paper: the research content is novel, innovative and comprehensive. It is of great practical significance for the development of 5G industry.

Key Words:SCMA;MPA algorithm;5G;FPGA

目 录

第1章 绪论 1

1.1 5G技术场景 1

1.2 5G技术发展现状 2

1.3 SCMA概述及发展现状 3

1.4 SCMA非正交多址接入技术 4

1.4.1 SCMA复用 5

1.4.2 SCMA接收机 6

1.5 本课题研究内容及预期目标 7

1.6 本章小结 8

第2章 SCMA多用户检测算法设计 9

2.1 Log-MPA检测算法 9

2.1.1 转移概率计算 9

2.1.2 校验节点更新 9

2.1.3 变量节点更新 13

2.1.4 SCMA输出比特似然比(LLR)计算 13

2.2 Max-Log-MPA检测算法 14

2.3 简化的Log-MPA(S-Log-MPA)算法 14

2.4 快速收敛MPA(FC-Log-MPA)算法 16

2.4.1 检验节点更新 17

2.4.2 变量节点更新 18

2.5 SCMA-Turbo大迭代联合检测 19

2.6 量化方案 22

2.6.1 对数转移概率的分布 22

2.6.2 对数似然概率的分布 24

2.6.3 量化区间的确定 25

2.6.4 SCMA输出比特对数似然比量化区间的确定 27

2.7 本章小结 27

第3章 仿真与结果分析 29

3.1 仿真参数配置 29

3.2 SCMA基本算法性能分析 29

3.2.1 Log-MPA算法LUT方法性能分析 29

3.2.2 Log-MPA算法与Max-Log-MPA算法性能对比 31

3.3 SCMA简化算法性能分析 32

3.3.1 快速收敛Log-MPA算法性能分析 32

3.3.2 简化Log-MPA算法性能分析 33

3.4 SCMA各检测算法性能综合对比分析 33

3.5 SCMA-Turbo大迭代性能分析 34

3.6 SCMA定点仿真性能分析 36

3.7 本章小结 37

第4章 硬件仿真与实现 38

4.1 系统参数配置和实现环境 38

4.2 硬件系统整体框架 39

4.3 硬件系统模块 40

4.3.1 PLL时钟 40

4.3.2 随机信号的产生 40

4.3.3 SCMA编码模块 41

4.3.4 高斯白噪声的产生 42

4.3.5 SCMA译码模块 43

4.4 PCI express接口与上位机设计 45

4.4.1 FPGA端PCIE设计 45

4.4.2 PC端PCIE及上位机设计 46

4.5 Modelsim仿真 47

4.5.1 仿真环境配置 47

4.5.2 伪随机信号的产生 48

4.5.3 SCMA编码模块仿真 48

4.5.4 AWGN产生模块仿真 49

4.5.5 SCMA译码模块仿真 50

4.5.6 SCMA系统仿真 51

4.6 实测与结果分析 52

4.7 本章小结 54

第5章 总结与展望 55

5.1 总结 55

5.2 展望 55

参考文献 56

附 录A 58

附A1 58

附A2 59

附A3 59

致 谢 60

第1章 绪论

在过去的三十年里,移动通信经历了语音业务到移动宽带数据业务的飞跃发展,极大的丰富和改变了人们的生活方式。移动物联网和互联网作为未来移动通信发展的两个主要驱动,为第五代移动通信(5G)提供了广阔的发展前景。面向未来,数据流量的千倍增长,千亿设备连接和多样化的业务需求无不对5G系统的设计提出严峻挑战。非正交多址接入(SCMA)就成为当下5G多址接入的研究重点。SCMA可以在同等资源数量条件下,同时服务更多用户,有效提升了系统整体容量。

1.1 5G技术场景

需求决定发展,移动通信技术演进也是这样,如图1.1所示。

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图