资源简介

普通的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);


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

评论

共有 条评论

相关资源