摘要随着移动通信的发展,对数据处理的要求也变得越来越高,阵列信号处理作为信号处理的一个重要分支,重要性和关注度也随之水涨船高。而波束形成和DOA估计能够直接影响系统处理信息的能力,它们能够增强有用信号,抑制干扰信号。本文主要研究阵列信号的波束形成算法和DOA估计的算法。主要研究内容如下:86367
1、波束形成方面:波束形成算法发展至今,已经有许多成熟并且优越的算法来实现其优良性能,多种准则来确定其自适应权。其意义在于通过对各阵元进行加权求和,实现增强有用信号的目的,本文利用MATLAB GUI实现波束形成的两个算法,线性约束最小方差准则(LCMV)算法和最小均方(LMS)算法,利用上述算法形成指定方向上的波束,仿真结果表明,这两种算法具有较好的波束形成性能。
2、 DOA方面:DOA估计能够确定多个目标信号的空间位置,在阵列信号处理中是一个重要且有难度的一个参数,利用MATLAB GUI实现DOA估计的两个算法,MUSIC算法和ESPRIT算法,利用上述算法对信号源波达方向进行估计,仿真结果表明,这两种算法具有较好的DOA估计性能。
毕业论文关键字:阵列信号处理;波束形成算法;DOA估计;MATLAB GUI
Abstract With the development of mobile communication, the requirement of data -processing are becoming higher and higher, array signal processing as an important branch signal processing will be more important 。The beam forming and DOA estimation can directly affect the system's ability to process information, which can increase the useful signal, interference signal suppression。 This paper studies the beam forming estimation and the DOA estimation。 The main contents are as follows:
1。 Beam forming: with the development of the beam forming algorithm up to now, there have been many mature and superior algorithms to achieve its excellent performance and a variety of criteria to determine the adaptive weights。 Its significance lies through the weighted sum of each element to achieve the purpose of enhancing the useful signal。 We use MATLAB GUI to achieve two beam forming algorithm, LCMV criterion (LCMV) algorithm and the least mean square (LMS) algorithm。 The simulation results show that the two beam forming algorithm have good performance。
2。 DOA Estimation: DOA Estimation can determine the spatial position of the plurality of target signal, it is an important and difficult parameter in the array signal processing。 We use MATLAB GUI to achieve DOA estimation algorithm, MUSIC algorithm and ESPRIT algorithm。 The simulation results show that the two algorithms have good DOA estimation performance。
Keywords: array signal processing; DOA Estimation; beam forming algorithm; MATLAB GUI
目 录
第一章 绪论 1
1。1研究背景及目的 1
1。1。1研究背景 1
1。1。2 研究目的及意义 1
1。2 课题研究现状与发展趋势 2
1。2。1 研究现状 2
1。2。2发展趋势 3
1。3论文主要结构 3
第二章 波束形成 4
2。1均匀线阵模型介绍 4
2。2波束形成介绍 5
2。3 波束形成算法 8
2。3。1线性约束最小方差算法(LCMV) 8
2。3。2最小均方算法(LMS)