搜索资源列表
M100295_assign2
- Display the 3-d plot of 2-d functions using perspective projections: cos(ux+vy), sin(ux+vy), sinc(x,y), exp(-(ux+vy)), exp(-|ux+vy|), exp(-|ux+0y|), for all x,y and different values of u & v -Display the 3-d plot of 2-d functions using perspecti
source
- function S = steeringv(M,x) define steering vector free space wavelength of 15cm at resonant freq of 2GHz lamda = 0.15 d = lamda/2 inter-element spacing K = 1:M x is DOA of the received signal S = exp((-2*pi*j*(K-1)*d*sin(x))/lamda
music
- 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