91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

普通的Capon波束形成不能解相干程序,利用空間平滑技術可以解相干,本程序就是利用空間平滑原理解相干

資源截圖

代碼片段和文件信息

close?all;
clear?all;
N=16;
ziP=3;
K=400;
P=0.1;
Q=10;
dnamd=0.5;
theta1=0/180*pi;
theta2=30/180*pi;
%****************************
theta3=60/180*pi;

%***************************
alpha=80;
alpha1=80;
beta=35*pi/180;
n=[0:N-1]‘;
Vs=exp(-j*2*pi*dnamd*sin(theta1)*n);
Vi0=exp(-j*2*pi*dnamd*sin(theta2)*n);


%****************************************
Vi1=exp(-j*2*pi*dnamd*sin(theta3)*n);

%******************************************


SNR=10^(P/10);
INR=10^(Q/10);
s0=sqrt(SNR/2)*randn(1K)+j*sqrt(SNR/2)*rand(1K);

%***************************************************
i0=s0*alpha*exp(j*beta);
%i1=sqrt(INR/2)*randn(1K)+j*sqrt(INR/2)*rand(1K);
i1=s0*alpha1*exp(j*pi*1/3);


%********************************************

評論

共有 條評論

相關資源