Welcome![Sign In][Sign Up]
Location:
Search - music code for DOA

Search list

[matlabRoot-MUSIC

Description: 信号与信息处理——阵列信号处理DOA估计的matlab算法,这是求根music算法的源代码,非常有用的代码-Signal and information processing- array signal processing matlab algorithm for DOA estimation, this is roots music algorithm source code, very useful code
Platform: | Size: 1024 | Author: 彭华 | Hits:

[matlabmusic

Description: 阵列天线的DOA估计MUSIC算法,只有几行简单的代码-DOA estimate the array antenna MUSIC algorithm, only a few lines of simple code
Platform: | Size: 1024 | Author: zyshun | Hits:

[matlabSMOOTHNESS_MUSIC

Description: 含有前向空间平滑、经典MUSIC算法、TOEPLITZ算法进行DOA估计的MATLAB源代码。-Contained prior to spatial smoothing, classical MUSIC algorithm, TOEPLITZ algorithm DOA estimation MATLAB source code.
Platform: | Size: 3072 | Author: 王充 | Hits:

[matlabRootMUSIC

Description: 信号与信息处理——阵列信号处理DOA估计的matlab算法,这是求根MUSIC和MVDR算法的源代码,非常有用的代码-Signal and information processing- array signal processing matlab algorithm for DOA estimation, which is Root MUSIC and MVDR algorithm source code, very useful code
Platform: | Size: 19456 | Author: 连振宇 | Hits:

[matlabUCA_MODE

Description: 阵列信号处理,均匀圆阵模式空间算法,,通过虚拟阵元进行DOA估计-Array signal processing, uniform circular array pattern space algorithm, through the virtual array element to the estimated DOA
Platform: | Size: 2048 | Author: joe | Hits:

[Embeded-SCM DevelopGUI

Description: Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles in the vector angles. -Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles in the vector angles.
Platform: | Size: 8192 | Author: 何冰 | Hits:

[matlabMUSIC

Description: matlab code to calculate the MUSIC algorithm(DOA algorithm)
Platform: | Size: 1024 | Author: kiran | Hits:

[matlabmusic(3)

Description: 使用MATLAB软件对智能天线进行DOA估计的MUSIC算法仿真研究,希望对大家学习有帮助-Using MATLAB software on smart antennas for DOA Estimation Algorithm for Simulation of MUSIC, in the hope that will help them to learn
Platform: | Size: 1024 | Author: 李明 | Hits:

[matlabMUSIC_algorithm_for_beam_space_source

Description: 个人编写的DOA估计波束空间MUSIC算法源程序-Personal prepared beam-space DOA estimation algorithm for source code MUSIC
Platform: | Size: 3072 | Author: 成天乐 | Hits:

[matlabrootmusic1

Description: 本代码是求根MUSIC算法的源程序。采用求根MUSIC算法进行DOA估计-MUSIC algorithm for finding roots of this code is the source. Roots of DOA by MUSIC algorithm estimates
Platform: | Size: 1024 | Author: maomaoshu | Hits:

[matlabModified_UCA_ESPRIT

Description: 单次快拍实现DOA的估计,“Modified UCA-ESPRIT and Modified UCA-ROOT-MUSIC for Estimating Doa of Coherent Signals Using One Snapshot.pdf”文章的配套代码-Modified UCA-ESPRIT and Modified UCA-ROOT-MUSIC for Estimating Doa of Coherent Signals Using One Snapshot.pdf”its code
Platform: | Size: 9631744 | Author: peterliuh | Hits:

[matlablinear_music

Description: 阵列信号处理中DOA估计的MUSIC算法的matlab程序-The matlab code for MUSIC algorithm of DOA estimation of array signal processing
Platform: | Size: 1024 | Author: julanxie | Hits:

[matlabhigh_order

Description: 阵列信号处理中DOA估计的高阶MUSIC算法的matlab程序-the matlab code for MUSIC algorithm of DOA estimation of array signal processing
Platform: | Size: 1024 | Author: julanxie | Hits:

[OS programWCDMA3

Description: WCDMA信号的DOA估计代码,使用MUSIC算法-the MUSIC code for the estimation of DOAs of the WCDMA signals.
Platform: | Size: 25600 | Author: Yi zhang | Hits:

[matlabMUSIC-algorithm-for-DOA-

Description: MUSIC算法DOA估计与信号入射角度差的关系仿真源代码-MUSIC algorithm for DOA estimation and signal the relationship between the incident angle difference simulation source code
Platform: | Size: 4096 | Author: chengyajian | Hits:

[matlabMusic_DOA

Description: MATLAB code of MUSIC algorithm for DOA estimation
Platform: | Size: 1024 | Author: Irshad | Hits:

[matlabinterferometer

Description: 一些干涉仪算法的代码,包括music算法,DOA估计,干涉仪测方位角-Code for some interferometer algorithm,such as MUSIC algorithm, DOA estimate
Platform: | Size: 52224 | Author: Xukai | Hits:

[matlabCodes

Description: This file contains 2 code for doa estimation signal for narrowband signal.music and esprit code for Direction of arrival estimation signal-This file contains 2 code for doa estimation signal for narrowband signal.music and esprit code for Direction of arrival estimation signal
Platform: | Size: 1024 | Author: saeed | Hits:

[matlabRoot-Music

Description: 这是Root-MUSIC算法的代码,用于DOA估计,参考了王永良《空间谱估计理论与算法》132页中对Root-Music算法的描述,代码中有注释,配合书籍看的话,会更容易看懂。-This is the matlab function code of Root-MUSIC Algorithm for DOA Estimation in Array Processing.
Platform: | Size: 1024 | Author: alien | Hits:

[Othermusic

Description: MUSIC 算法MATLAB仿真源代码 clc clear all format long %将数据显示为长整型科学计数 N=200;%快拍数 doa=[20 60]/180*pi; %信号到达角 w=[pi/4 pi/3]';%信号频率 M=10;%阵元数 P=length(w); %信号个数 lambda=150;%波长 d=lambda/2;%阵元间距 snr=20;%信噪比 B=zeros(P,M); %创建一个P行M列的0矩阵 for k=1:P B(k,:)=exp(-j*2*pi*d*sin(doa(k))/lambda*[0:M-1]); %矩阵赋值 end B=B'; xx=2*exp(j*(w*[1:N])); %仿真信号 x=B*xx; x=x+awgn(x,snr);%加入高斯白噪声 R=x*x'; %数据协方差矩阵 [U,V]=eig(R); %求R的特征值和特征向量 UU=U(:,1:M-P); %估计噪声子空间 theta=-90:0.5:90; %%谱峰搜索 for ii=1:length(theta) AA=zeros(1,length(M)); for jj=0:M-1 AA(1+jj)=exp(-j*2*jj*pi*d*sin(theta(ii)/180*pi)/lambda); end WW=AA*UU*UU'*AA'; Pmusic(ii)=abs(1/ WW); end Pmusic=10*log10(Pmusic/max(Pmusic)); %空间谱函数 plot(theta,Pmusic,'-k') xlabel('角度 \theta/degree') ylabel('谱函数P(\theta) /dB') title('MUSIC算法的DOA估计谱') grid on(MUSIC algorithm MATLAB simulation source code)
Platform: | Size: 15360 | Author: 冠华 | Hits:
« 12 »

CodeBus www.codebus.net