当前位置:
首页
资源下载

搜索资源 - music code for DOA
搜索资源列表
-
0下载:
Descr iption 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
-
-
0下载:
matlab code to calculate the MUSIC algorithm(DOA algorithm)
-
-
0下载:
使用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
-
-
0下载:
个人编写的DOA估计波束空间MUSIC算法源程序-Personal prepared beam-space DOA estimation algorithm for source code MUSIC
-
-
0下载:
本代码是求根MUSIC算法的源程序。采用求根MUSIC算法进行DOA估计-MUSIC algorithm for finding roots of this code is the source. Roots of DOA by MUSIC algorithm estimates
-
-
4下载:
单次快拍实现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
-
-
0下载:
阵列信号处理中DOA估计的MUSIC算法的matlab程序-The matlab code for MUSIC algorithm of DOA estimation of array signal processing
-
-
0下载:
阵列信号处理中DOA估计的高阶MUSIC算法的matlab程序-the matlab code for MUSIC algorithm of DOA estimation of array signal processing
-
-
0下载:
WCDMA信号的DOA估计代码,使用MUSIC算法-the MUSIC code for the estimation of DOAs of the WCDMA signals.
-
-
0下载:
MUSIC算法DOA估计与信号入射角度差的关系仿真源代码-MUSIC algorithm for DOA estimation and signal the relationship between the incident angle difference simulation source code
-
-
0下载:
MATLAB code of MUSIC algorithm for DOA estimation
-
-
1下载:
一些干涉仪算法的代码,包括music算法,DOA估计,干涉仪测方位角-Code for some interferometer algorithm,such as MUSIC algorithm, DOA estimate
-
-
1下载:
This is a source code for UCA RB MUSIC DOA estimation algorithm in 2D
-
-
0下载:
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 o
-
-
0下载:
这是Root-MUSIC算法的代码,用于DOA估计,参考了王永良《空间谱估计理论与算法》132页中对Root-Music算法的描述,代码中有注释,配合书籍看的话,会更容易看懂。-This is the matlab function code of Root-MUSIC Algorithm for DOA Estimation in Array Processing.
-
-
0下载:
阵列信号处理DOA估计的经典算法MUSIC算法,附有详细的代码注释,非常适用于DOA的初学者-Array signal processing DOA estimation of the classical algorithm MUSIC algorithm, with detailed code comments, very suitable for beginners DOA
-
-
0下载:
Code Matlab for 2D-DOA using MUSIC
-
-
0下载:
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
-
-
1下载:
阵列信号处理的理论与应用书籍代码:MATLAB程序
1:MUSIC 算法MATLAB程序
2:ESPRIT 算法MATLAB程序
3:Root-MUSIC算法MATLAB程序
4:面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序
5:空间平滑MUSIC算法的MATLAB程序
6:角度和时延联合估计(JADE)算法MATLAB程序
7:传播算子DOA估计算法MATLAB程序
8:基于增广矩阵束的L型阵列的二维DOA估计MATLAB程序(Theory an
-