当前位置:
首页 资源下载
搜索资源 - music 算法 matlab 仿真
搜索资源列表
-
1下载:
均匀线阵的MUSIC算法MATLAB仿真 需要的下载共享哦
-
-
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 program is
-
-
0下载:
music 算法仿真 三维仿真图像,可运行-music algorithm for simulation of three-dimensional simulation images, can run
-
-
0下载:
music算法的M文件,实现经典MUSIC的Matlab仿真-M-algorithm music files, the realization of the Matlab simulation of the classic MUSIC
-
-
0下载:
MUSIC算法的仿真程序,自己感觉比较短小精悍,望各位大侠多多指教!-MUSIC algorithm simulation program that he feels relatively short and pithy, hope you heroes the exhibitions!
-
-
0下载:
自己编写的MUSIC算法例程,是对两个声源进行定位的仿真程序-MUSIC method for the localization of two sources
-
-
1下载:
music算法进行到达角(AOA)定位的仿真源代码,希望对大家有帮助-music DOA algorithm (AOA) positioning the simulation source code, we want to help
-
-
0下载:
music算法仿真程序对两个叠加在一起的信号进行功率谱估计-music algorithm simulation program to two superimposed signals with power spectrum estimation
-
-
1下载:
基于经典MUSIC的DOA估计Matlab仿真,包含MATLAB程序和注释,对MUSIC算法分析,对DOA估计结果进行分析
-
-
0下载:
均匀线阵music算法matlab仿真 有两个相干信号源-Uniform linear array MUSIC algorithm matlab simulation has two coherent signal sources
-
-
1下载:
对music算法 进行c语言编程 以及MATLAB仿真(MUSIC algorithm for C programming language, and MATLAB simulation)
-
-
0下载:
本论文非常详细的描述了music算法的原理,并附有MATLAB仿真程序,非常实用于初学者(This paper describes in great detail the principles of music algorithm, and accompanied by MATLAB simulation program, very practical for beginners)
-
-
1下载:
线阵阵源MUSIC算法及MATLAB仿真实现(Algorithm simulation)
-
-
0下载:
基于MUSIC算法的DOA估计仿真matlab程序(DOA Estimation using MUSIC algorithm)
-
-
0下载:
通过matlab程序仿真,实现信号来波方向的角度估计演示(timation of the signal's wave direction through the simulation of MATLAB program)
-
-
1下载:
基于空间平滑的MUSIC算法的MATLAB仿真程序(The MATLAB program of 5. space smooth MUSIC algorithm)
-
-
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
-
-
1下载:
Root—MUSIC算法通过求根降低运算量,PM通过矩阵乘法代替矩阵分解降低运算量.仿真结果表明,在阵元数较少时Root—MUSIC是最有效的算法
-