当前位置:
首页 资源下载
搜索资源 - music algorithm matlab code
搜索资源列表
-
2下载:
ROOT-MUSIC的matlab仿真源码,基于求根方式的music算法,避免了谱峰搜索,优化了计算复杂度-ROOT-MUSIC for matlab simulation source code, algorithm-based Roots music the way to avoid the peak search, optimization of the computational complexity
-
-
0下载:
经典波达角度估计算法的matlab代码,如MUSIC算法-the matlab code of the classic algorithm to estimate the DOA signal
-
-
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
-
-
3下载:
beamforming, capon, 和music 三种波达方向定位算法的matlab仿真源代码。(出二维图,频率和DOA的对应关系)-beamforming, capon, and music of three DOA positioning algorithm matlab simulation source code. (A two-dimensional diagram, the corresponding frequency and DOA Relations)
-
-
0下载:
beamforming, capon, 和music 三种波达方向定位算法的matlab仿真源代码-beamforming, capon, and the music of three of the direction of arrival location algorithm matlab simulation source code
-
-
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下载:
this the matlab code by using the music algorithm for finding the direction of arrival of the smart antennas -this is the matlab code by using the music algorithm for finding the direction of arrival of the smart antennas
-
-
3下载:
基于麦克风阵列的声源定位一维music算法源代码-Based on the microphone array beamformer one-dimensional music algorithm source code
-
-
1下载:
music算法进行到达角(AOA)定位的仿真源代码,希望对大家有帮助-music DOA algorithm (AOA) positioning the simulation source code, we want to help
-
-
0下载:
music算法的MATLAB代码,用于实现多信号分离定位-music algorithm of MATLAB code for positioning multi-signal separation
-
-
0下载:
matlab code signal processing and music algorithm-matlab code signal processing and music algorithm
-
-
0下载:
上传的MATLAB代码是music算法在线阵和空间任意阵列下的形式,也可以将两者进行对比。-Upload music algorithm MATLAB code is any line array and space under the form of an array, you can also compare the two.
-
-
0下载:
MUSIC算法的matlab代码,可供仿真-MUSIC algorithm matlab code for simulation
-
-
0下载:
一般的music算法和求根music算法的详细步骤和代码,测试可用(Detailed steps and code root MUSIC algorithm, the test can be used)
-
-
0下载:
matlab code for MUSIC Algorithm
-
-
0下载:
MUSIC Algorithm in Matlab and c++ source
-
-
1下载:
无线传感器网络技术仿真算法,包括aoa,doa,tdoa等matlab代码仿真(Wireless sensor network technology simulation algorithm, including AOA, DOA, TDOA and other matlab code simulation.)
-
-
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
-
-
4下载:
阵列信号处理MUSIC算法MATLAB代码,本代码基于线性一维阵列编写,包括MUSIC、MUM、RootMUSIC、SMUSIC。代码为学习过程中手动编写调试,适合初学者学习使用,代码可直接运行或者移植。(Array signal processing MUSIC algorithm MATLAB code, the code is based on linear one-dimensional array, including MUSIC, MUM, RootMUSIC, SMUSIC. Co
-