调制解调的 Matlab 仿真实现摘要在通信过程中,调制与解调占有十分重要的地位。假如没有调制与解调技术,就没有通信,没有广播和电视,也没有今日的 BP 寻呼、手持电话、传真、电脑通信及 Internet 国际互联网.本设计是基于 MATLAB 来实现调制与解调的仿真。主要设计思想是利用 MATLAB 这个强大的数学软件工具方便快捷灵活的功能实现模拟调制解调中的幅度调制和角度调制及数字调制解调中的 FSK 和 DPSK 的调制解调设计.首先,先介绍这几种模拟和数字调制解调的产生、频谱、解调等过程及原理,接着就编写相应的 m 文件先后对模拟调制中的幅度调制和角度调制里面的频率调制的进行仿真,并对仿真得出调试及仿真结果并进行分析.FM 调制的时候是让基带信号去控制振荡电路的频率,AM 是用基带信号去控制载波的幅度.无论哪一种调制方式,采纳相干解调的性能优于非相干解调的性能。而且 DPSK 可以消除 PSK 的“倒”现象。DPSK 的系统性能要优于 FSK 系统.相干系统要求本地载波与发送信号之间保持同步,否则误码率增加。因此,在高质量的数字通信系统中多采纳相干解调,而对抗噪声性能要求不高的就采纳较为简单的非相干解调.关键词:MATLAB;调制解调;AM;FM;FSK;DPSKSIMULATION OF MODEM IN MATlABABSTRACTIn the communication process, modulation and demodulation is very important position. If there is no modulation and demodulation technology , there is no communication, no radio and television, nor did the BP pager, handheld phone, fax, computer communications and Internet Internet. The design is based on MATLAB to achieve modulation and demodulation of the simulation. The main design idea is the use of MATLAB software, this powerful mathematical tool for convenient and flexible function for analog modulation and demodulation of amplitude modulation and angle modulation and digital modulation and demodulation of FSK and DPSK modem design。 First of all, to introduce these types of analog and digital modulation and demodulation of the resulting spectrum, demodulator,etc。 Then the preparation of the corresponding d...