-
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
-
crancknicelson
heat transfer solution by explicite program ADI 2 dimantion
- 2013-02-25 13:27:42下载
- 积分:1
-
genetic-algorithm
双层规划模型的遗传算法求解的Matlab源码(Bi-level programming model of genetic algorithm)
- 2015-01-19 14:43:16下载
- 积分:1
-
number-recognition
一种非常实用的识别数字的matlab程序,内有使用说明(the code can be used to recognition numbers)
- 2013-12-29 16:47:58下载
- 积分:1
-
gaus30_kolo_fft
far field modelling of active optical fibre 30core
- 2011-02-09 04:34:42下载
- 积分:1
-
bianjietiqu
图像处理matlab 使用matlab语言对图像进行边界提取(Edge extraction image processing matlab)
- 2011-05-16 10:27:35下载
- 积分:1
-
sa_tsp
tsp旅行商问题,简洁的程序,适合学习。由MATLAB编写TSP旅行商问题
- 2009-03-28 15:34:48下载
- 积分:1
-
FLDAandPDF
人脸识别的一种基本算法,非常简练,注释也很详细(face recongnition)
- 2010-05-19 11:53:16下载
- 积分:1
-
music
function Px = music(x,p,M)
MUSIC Frequency estimation using the MUSIC algorithm.
-----
USAGE Px=music(x,p,M)
The input sequence x is assumed to consist of p complex
exponentials in white noise. The frequencies of the
complex exponentials and the variance of the white noise
are estimated using the MUSIC algorithm.
x : input sequence
p : number of complex exponentials to find
M : number of noise eigenvectors to use
The frequency estimates are found from the peaks of the
pseudospectrum Px.
- 2012-04-18 09:55:15下载
- 积分:1
-
DeNoising
这是一个MATLAB算例,在信号处理中的去噪可以用的到。新手合适。(This is a MATLAB example, in signal processing can be used to de-noising. Novice appropriate.)
- 2013-07-15 14:13:17下载
- 积分:1