搜索资源列表
-
1下载:
music算法进行到达角(AOA)定位的仿真源代码,希望对大家有帮助-music DOA algorithm (AOA) positioning the simulation source code, we want to help
-
-
0下载:
一种基于Matlab音乐的分类算法和相相应的代码,最后给出了DSP的实现系统框图
-A classification algorithm based on the Matlab music and relative to the corresponding code. Finally, the DSP implementation of the system block diagram
-
-
0下载:
智能天线波束成型算法DOA music、esprit、root music仿真代码。有仿真结果。-Smart antenna beam forming algorithm DOA music simulation code. Simulation results.
-
-
0下载:
利用MUSIC 算法估计功率谱的matlab源代码,并画出不同参数情况下的功率谱曲线,里面有仿真结果。-MUSIC algorithm to estimate the power spectrum matlab source code, and draw the curve of the power spectrum in the case of different parameters, there are simulation results.
-
-
0下载:
music自适应算法估计来波方向matlab 代码实现-music DOA estimation adaptive algorithm matlab code
-
-
0下载:
a matlab code to estimate direction of arrival using music algorithm for array processing ( traitement d antenne)
-
-
0下载:
music高阶谱分析算法,分形维数计算的毯子算法matlab代码,有均匀线阵的CRB曲线。- music higher order spectral analysis algorithm, Fractal dimension calculation algorithm matlab code blankets, There ULA CRB curve.
-
-
0下载:
通过matlab代码,一个计算声子晶体结构的一维传递矩阵法,music高阶谱分析算法。- By matlab code, A one-dimensional transfer matrix method to calculate the phonon crystal structure, music higher order spectral analysis algorithm.
-
-
0下载:
matlab开发工具箱中的支持向量机,完整的图像处理课设,包含所有源代码,汽车图像,music高阶谱分析算法。- matlab development toolbox support vector machine, Complete class-based image processing, contains all of the source code, auto image, music higher order spectral analysis algorithm.
-
-
0下载:
music高阶谱分析算法,独立成分分析算法降低原始数据噪声,分形维数计算的毯子算法matlab代码。- music higher order spectral analysis algorithm, Independent component analysis algorithm reduces the raw data noise, Fractal dimension calculation algorithm matlab code blankets.
-
-
0下载:
分形维数计算的毯子算法matlab代码,music高阶谱分析算法,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法。- Fractal dimension calculation algorithm matlab code blankets, music higher order spectral analysis algorithm, Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm.
-
-
0下载:
基于小波变换的数字水印算法matlab代码,本程序的性能已经达到较高水平,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法。- Based on wavelet transform digital watermarking algorithm matlab code, The performance of the program has reached a high level, Including the MUSIC algorithm, ESPRIT algorithm RO
-
-
0下载:
music算法的MATLAB仿真,简单实用易理解,适合新手入门参考(The MATLAB implementation of signal source localization is simple and easy to understand, which is suitable for beginners to enter as reference code.
-----------------------------------------------------------
-
-
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
-