• 大小: 14KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-28
  • 语言: Matlab
  • 标签: matlab  

资源简介

通过matlab编程,计算反射阵单元相位补偿。反射阵天线每个单元相位补偿不同,点源球面波反射后可形成平面波

资源截图

代码片段和文件信息

c=3e+8;
f0=14e+9;
xf=0;
yf=-0.4;
zf=0.4*3^(0.5);
th=pi/6;
ph=3*pi/2;
yi=0;
zi=0;
xi=0:0.012:0.048;
p=((-2*pi*f0/c)*(sqrt((xi-xf).^2+(yi-yf)^2+(zi-zf)^2)-xi*sin(th)*cos(ph)-yi*sin(th)*sin(ph)-zi*cos(th))+72*pi)*(180/pi)
plot(xip)
%y=xlsread(‘E:\wendang\xiangwei.xls‘‘3‘‘a2:a22‘);
%x=xlsread(‘E:\wendang\xiangwei.xls‘‘3‘‘b2:b22‘);
y=xlsread(‘E:\wendang\wu.xls‘‘3‘‘J1:J24‘);
x=xlsread(‘E:\wendang\wu.xls‘‘3‘‘K1:K24‘);
%x=3:0.25:8;
y1=interp1(xyp‘spline‘)
%plot(xiy1)
%xi=3:0.25:8;
%yi=interp1(xyxi‘spline‘);
%plot(xyxiyi)




 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         222  2016-07-11 09:31  xiangwei.m
     文件         566  2016-07-13 17:12  Untitled.m
     文件       37883  2011-08-22 11:52  mexsetup.pm
     文件       10030  2011-08-06 14:52  mexutils.pm

评论

共有 条评论