您好,欢迎来到佳博论文网!

OFDM通信系统的C语言实现

论文编号:TX331论文字数:11057,页数:32

摘要

正交频分复用(OFDM)技术作为一种未来高速无线通信物理层的候选技术受到了广泛的关注。它具有较高的频谱效率和抵抗多径的能力,这使其在无线通信中的应用具有相当的优势,已成为目前解决高速数据传输的主流技术之一。在无线通信系统中,由于OFDM 技术频谱利用率很高,抗多径干扰与频率选择性衰落能力强,采用动态子载波分配技术能使系统达到最大比特率及基于离散傅立叶变换(DFT)的OFDM有快速算法,因此可具有很强的抗衰落能力。

本文介绍了正交频分复用(OFDM)技术的基本原理,讨论了OFDM系统的实现方法,并且用C语言实现了OFDM系统,采用不同的调制方法进行调制,简要分析了OFDM系统的性能特点。

关键词:正交频分复用,数字调制,C语言,通信系统仿真

ABSTRACT

As one kind of the candidate technologies of futurehigh speed wireless correspondence physics level , the Orthogonal Frequency Division Multiplexing (OFDM) technology has received the widespread attention. It has the high frequency spectrum efficiency and resists the multi-diameters ability, which enable it to have the considerable superiority in the wireless correspondence application. Now it has become one of the mainstream technologies to solve high speed data transmission . In the wireless communications system ,because of the high utilization of the OFDM technology, the anti-multi-diameter disturbance and frequency selectivity decline ability, the using of the dynamic subcarriers assignment technology enables the system to achieve the biggest bit rate .

In this paper, the basic principles of orthogonal frequency division multiplexing (OFDM) technology has been introduced, the implementation of OFDM system has been discussed and the OFDM system has been carried out by using C language Then using the different modulator approach to modulate. Finally, the performance and characteristics of OFDM systems have been given a brief analysis.

Keywords: OFDM, Digital Modulation, C language, Communication System Simulation

目 录

摘要I

ABSTRACTII

第1章 引言1

1.1 背景1

1.2 研究内容2

第2章 OFDM系统的基本原理及特点3

2.1 OFDM的基本原理3

2.11 OFDM系统的基本模型3

2.1.2 快速傅里叶变换在OFDM系统中的应用6

2.1.3 保护间隔和循环前缀8

2.2 OFDM系统的优缺点10

2.2.1 OFDM系统的优点10

2.2.2 OFDM系统的缺点11

第3章 OFDM系统的设计12

3.1 本文设计介绍12

3.2 系统的仿真模型及流程12

3.3 设计采用的信道14

3.3.1 AWGN信道14

3.3.2 瑞利衰落信道14

3.4本设计的调制方式15

3.4.1 BPSK15

3.4.2 QPSK15

3.4.3 16QAM16

第4章 OFDM系统的仿真结果分析18

4.1 系统的仿真平台及绘图工具18

4.1.1 系统程序所使用的C语言18

4.1.2本文所用的绘图工具18

4.2 参数设置19

4.3 不同信道下三种调制的结果19

4.4仿真结果分析21

第5章 结束语22

致谢23

参考文献24

附录 主要源代码25

OFDM通信系统的C语言实现......