第五章 加性高斯白噪声信道的最佳接收机
- 格式:ppt
- 大小:2.02 MB
- 文档页数:86


实验报告实验项目名称:最佳接收机(匹配滤波器)实验一、实验目的1、运用MATLAB 软件工具,仿真随机数字信号在经过高斯白噪声污染后最佳的恢复的方法。
2、熟悉匹配滤波器的工作原理。
3、研究相关解调的原理与过程。
4、理解高斯白噪声对系统的影响。
5、了解如何衡量接收机的性能及匹配滤波器参数设置方法。
二、实验原理对于二进制数字信号,根据它们的时域表达式及波形可以直接得到相应的解调方法。
在加性白高斯噪声的干扰下,这些解调方法是否是最佳的,这是我们要讨论的问题。
数字传输系统的传输对象是二进制信息。
分析数字信号的接收过程可知,在接收端对波形的检测并不重要,重要的是在背景噪声下正确的判断所携带的信息是哪一种。
因此,最有利于作出正确判断的接收一定是最佳接收。
从最佳接收的意义上来说,一个数字通信系统的接收设备可以看作一个判决装置,该装置由一个线性滤波器和一个判决电路构成,如图1所示。
线性滤波器对接收信号进行相应的处理,输出某个物理量提供给判决电路,以便判决电路对接收信号中所包含的发送信息作出尽可能正确的判决,或者说作出错误尽可能小的判决。
图1 简化的接收设备假设有这样一种滤波器,当不为零的信号通过它时,滤波器的输出能在某瞬间形成信号的峰值,而同时噪声受到抑制,也就是能在某瞬间得到最大的峰值信号功率与平均噪声功率之比。
在相应的时刻去判决这种滤波器的输出,一定能得到最小的差错率。
匹配滤波器是一种在最大化信号的同时使噪声的影响最小的线性滤波器设计技术。
注意:该滤波器并不保持输入信号波形,其目的在于使输入信号波形失真并滤除噪声,使得在采样时刻0t 输出信号值相对于均方根(输出)噪声值达到最大。
1.一般情况下的匹配滤波器匹配滤波器的一般表示式如图2所示。
匹配滤波器)(或f t h H )()()()(t n t s t r +=)()()(000t n t s t r +=图2 匹配滤器s(t): 匹配滤波器输入信号; n(t): 匹配滤波器输入噪声; s 0(t):匹配滤波器输出信号; n 0(t):匹配滤波器输出噪声;h(t)或H(f):匹配滤波器。
加性高斯白噪声信道的最佳接收机设计与仿真摘要在数字通信系统中,在接收机端接收的信号往往受加性高斯白噪声信号的恶化,因此研究加性高斯白噪声信道的最佳接收机具有一定的实用性意义。
最佳接收机主要由信号解调器和检测器组成,信号解调器有相关解调器和匹配滤波器解调器两种实现方法,检测器主要由最大后验概率准则和最大似然准则两大准则。
本设计主要对4PSK调制方式的信号,利用MATLAB的m文件进行最佳接收机的设计与仿真。
对输入的叠加噪声的4PSK调制信号进行接收,利用相关解调器来实现信号解cos和调,及最大似然准则来实现检测器。
在相关解调器中,接收信号分别与基函数()tω()tωsin相乘再积分。
在检测器中,利用相位来判断输出,从而最终得到接收的数据。
采用随机二进制数通过4PSK调制后叠加高斯白噪声再对设计的接收机进行测试,从测试的结果可看出,在信噪比大于-8dB时,误码率为0,说明该接收机较好的实现了抗噪声性能。
关键词信号解调器;检测器;四进制相移键控;信噪比;误码率Design and Simulation Of Optimum Receiver in AdditiveGaussian White Noise ChannelABSRACTIn the digital communication system, the received signal is often deteriorated by additive Gaussian white noise signal at the receiver side. Therefore, researched Optimum Receiver in Additive Gaussian White Noise Channel has a certain practicality best significance. Optimum receiver contain signals demodulator and detector, However, the signal demodulation has two methods of the related demodulator and the match filter demodulator , the detector by the MAP and ML for two major principles composition.The design mainly design and simulation optimum receiver use of MATLAB m-files based on 4PSK signal modulation.Superposition of noise on the input signals received 4PSK modulation, use of relevant signal demodulation demodulator and ML principles detection to achieve. In the relevant demodulator, the received signal, respectively multiplying the base functions and then integration. The detector, the use of phase to determine the output, and ultimately obtain the receiving data. Adopted random binary pass through 4PSK modulate that Superposition of Gaussian white noise, then Tested the design of the receiver. the results can be seen from the test, the error rate is 0 when the signal to noise ratio is greater than -8dB, indicating that the receiver is more Achieve good noise performance.Key words: demodulator;detector;4PSK;signal-noise; error rate目录1绪论 (1)1.1课题背景及目的 (1)1.2国内外发展状况 (1)1.3论文构成及研究内容 (2)2 AGWN最佳接收机的原理 (3)2.1 受加性高斯白噪声恶化信号的最佳接收机 (3)2.2最佳解调器 (3)2.2.1相关解调器 (4)2.2.2匹配滤波器解调 (5)2.3最佳检测器 (7)3 4PSK最佳接收机的设计 (9)3.1 4PSK的最佳接收机工作原理 (9)3.2 4PSK的最佳接收机的功能 (10)3.3 4PSK的最佳接收机设计的流程图 (10)3.4 4PSK的最佳接收机的仿真 (12)4测试结果及性能分析 (14)4.1测试数据的生成 (14)4.2测试的结果及分析 (15)5总结 (21)参考文献 (22)致谢 (23)附录 (24)附件1开题报告 .........................................................................................错误!未定义书签。