-
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
-
Hilbert
MATLAB希尔伯特Hilbert变换求包络谱 源程序代码。(MATLAB Hilbert Hilbert transforms envelope spectrum source code.)
- 2015-10-09 17:22:14下载
- 积分:1
-
VCTCZEKF
异步电机适量控制的仿真,并用卡尔曼滤波做了无速度传感器(Simulation of the appropriate amount of asynchronous motor control, and using Kalman filter to make a speed sensor)
- 2021-01-18 21:58:43下载
- 积分:1
-
fuzzyPID
一个matlab 的自适应模糊pid控制的实例(An adaptive fuzzy matlab examples of pid control)
- 2010-12-04 14:28:42下载
- 积分:1
-
lpsolve
说明: 数字仿真的lpsolve-整数规划工,matlab上使用,6.5以上版本,学习整数规划时很有用(Digital Simulation lpsolve-integer programming works, matlab used version 6.5 and above, learning is useful when the integer programming)
- 2008-11-08 10:17:30下载
- 积分:1
-
Matlab_Vehicle_License_Location
基于字符轮廓与形态学处理的车牌定位算法,做图像处理及车牌定位的朋友可以看一下,本文毕业设计部分(Character-based profile and the morphological processing of license plate location algorithm to do image processing and license plate location of friends can look at this part of graduation)
- 2010-05-11 09:37:22下载
- 积分:1
-
channelEqualizer_matlab
利用FTF算法实现了信道均衡的原程序代码。(FTF algorithm using the channel equalization of the original code.)
- 2007-06-16 09:00:30下载
- 积分:1
-
CIS
用matlab实现语音处理技术中的CIS算法(连续交替采样算法)(Voice processing technology using matlab algorithm in CIS (continuous alternating sampling algorithm))
- 2014-02-11 10:54:50下载
- 积分:1
-
Nonlinear-equations-NL
非线性方程组N-L解-数值方法(MATLAB版 第4版).pdf(Nonlinear equations NL- A numerical method (MATLAB version 4). Pdf)
- 2012-07-25 20:31:21下载
- 积分:1
-
Dynamic-modeling-and-system--
基于MATLAB的动态模型与系统仿真工具——Simu(Dynamic modeling and system simulation tools based on MATLAB )
- 2012-11-10 19:29:26下载
- 积分:1