文档介绍:淮北师范大学
2012届学士学位论文
基于MATLAB的数字调制方法的实现
学院、专业物理与电子信息学院
电子信息工程
研究方向信号与信息处理
学生姓名岳丹丹
学号 20081342152
指导教师姓名姜恩华
指导教师职称副教授
2012年4月26日
基于MATLAB的数字调制方法的实现
岳丹丹
淮北师范大学物理与电子信息学院安徽淮北(235000)
摘要本文将着重讨论数字通信系统中的调制解调系统的基本原理以及实现方法,并在MATLAB软件平台上仿真实现几种常见的数字调制方式。最常用实现数字调制方法是键控法:可获得振幅键控(Amplitude Shift Keying,ASK)、频移键控(Freqency Shift Keying,FSK)和相移键控(Phase Shift Keying, PSK).数字信息有二进制和多进制之分。文中将对二进制数字调制方法进行阐述,主要对二进制幅度键控(2ASK)、二进制频移键控(2FSK)和二进制相移键控(2PSK)实现仿真分析。本文将结合MATALB模块和Simulink工具箱的实现,对二进制幅度键控(2ASK)、二进制频移键控(2FSK)和二进制相移键控(2PSK)实现进行仿真结果进行分析,从而更深入地掌握数字调制系统的相关知识。
关键词 MATLAB;数字通信系统;调制;仿真
Realization of digital modulation method based on MATLAB
Yue Dandan
School of Physics and Electronic Information Huaibei Normal University Anhui Huaibei 235000
Abstract This paper focuses on the basic principles and realization ways of modulation demodulation system in munication systems ,and achieve mon digital modulation on the platform of MATLAB simulation software. The monly used digital modulation is the Shift Keying which includes Amplitude Shift Keying (ASK), Frequence Shift Keying(FSK), and Phrase Shift Keying (PSK) modulation. This design using MATLAB and SIMULINK Toolbox programming in MATLAB software platform to emulation two pairs Amplitude Shift Keying(2ASK) system, binary Frequency Shift Keying(2FSK), binary Phase Shift Keying(2PSK) modulation .Digital information can be divided into binary system and multi- paper will tell the way of binary system digital modulation,mainly achieve simulation and analysis of ASK,FSK, bine with MATALB model block and the realization of Simulink toolbox so that we can understand the knowledge related with digital modulation system more deeply.
Keywords MATLAB; Simulation munication systems ; Simulation
目次
引言 1
1 数字调制系统的基本原理 2
2 MATLAB简介 3
MATLAB主要产品构成 3
MATLAB的特点 3
3数字调制的基本原理 5
(2ASK) 5
(2FSK) 8
(2PSK) 错误!未定义书签。
4数字调制的MATLAB/SIMULINK仿真及分析 14
2ASK的MATLAB/Simulink仿真