-
CHENGXU
MUSIC算法[1] 是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。MUSIC算法就是利用这两个互补空间之间的正交特性来估计空间信号的方位。噪声子空间的所有向量被用来构造谱,所有空间方位谱中的峰值位置对应信号的来波方位。MUSIC算法大大提高了测向分辨率,同时适应于任意形状的天线阵列,但是原型MUSIC算法要求来波信号是不相干的。(clear all
clc
List0= E:DOA估计仿真
List00=[ 2013-10-31_12_44_31 ]
for Li=1:1
List1=strcat(List0,List00(Li,:), Data )
In_p=[List1, ChanData ] 输入数据目录
Out_p=strcat([List1, DataDOA ]) 输出数据目录
NLen=10000 分段长度
M=16
r=15
c=299792458
List=List1(end-19:end-1) 选择目录
if(~exist(Out_p, ))
mkdir(Out_p)
end
)
- 2015-06-09 10:48:54下载
- 积分:1
-
FILTER
关于FIR低通滤波器的C语言程序设计以及MATLAB程序设计,仿真验证通过(About the C Programming Language FIR low-pass filter MATLAB programming, simulation validation by)
- 2013-01-26 21:02:06下载
- 积分:1
-
adaptivethreshold
一款简单的自适应阈值的MAYLAB代码,使用的时候需要更改图片的路径,阈值参数可以自行设置(A simple adaptive threshold MAYLAB code, when the need to change the image using the path, free to set the threshold parameter)
- 2010-10-31 11:25:13下载
- 积分:1
-
HarmonySearch
調和搜尋演算法(Harmony Search HS)是將樂團演奏表現調整至最協調且美妙的現象引用到最佳化演算系統當中,而發展出一套全新的啟發式演算法(Reconcile the search algorithm (Harmony Search HS) is the Orchestra performance of coordinated and adjusted to the most wonderful reference to the best of the phenomenon
Calculus systems are, and develop a new heuristic algorithm)
- 2011-01-02 21:20:51下载
- 积分:1
-
SimpleNN
Neural networks application matlab
- 2012-04-29 16:24:00下载
- 积分:1
-
matlab-smith
关于SMITH圆图的MATLAB相关设计及说明(SMITH chart of MATLAB on the design and description of relevant)
- 2011-05-23 15:19:36下载
- 积分:1
-
Chetan
online shopping project
- 2014-09-28 19:58:45下载
- 积分:1
-
structure-in-matlab
结构体在matlab中的应用,matlab教程,word格式(structure used in matlab)
- 2012-01-19 01:24:18下载
- 积分:1
-
Pump_effcts_DFWM
分析了计算四波混频效率的表到式在考虑非线性相位失配因子和不考虑非线性相位失配因子两种情况下,四波混频效率计算的差别(Analysing the expression of DFWM in the optical fiber under the consideration of nonlinear phase mismatch factor, then comparing the result to the expression which includes only linear phase mismatch factor.)
- 2021-05-08 23:48:35下载
- 积分:1
-
2008_bmvc_FaceDetector_demo
2008_bmvc_FaceDetector, 2008新提出一种人脸检测算法(2008_bmvc_FaceDetector, face detection algorithm, )
- 2011-10-25 16:38:43下载
- 积分:1