资源简介

相控阵天线中,对各个子阵的幅度加权不同达到降低旁瓣的目的,本程序是子阵加权(taylor)程序

资源截图

代码片段和文件信息

%% Code to Generate Taylor Weights
% Arik D. Brown
% Original Code Author: F. W. Hopwood
function[wgt] = Taylor(pointssllnbar)
r = 10^(abs(sll)/20);%主副瓣幅度比
a = log(r+(r*r-1)^0.5) / pi;
sigma2 = nbar^2/(a*a+(nbar-0.5)^2);%波束展宽因子的平方
%--Compute Fm the Fourier coefficients of the weight set
for m=1:(nbar-1)
  for n=1:(nbar-1)
  f(n1)=1-m*m/sigma2/(a*a+(n-0.5)*(n-0.5));
  if n ~= m
   f(n2)=1/(1-m*

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        842  2014-05-27 16:07  Taylor.m

----------- ---------  ---------- -----  ----

                  842                    1


评论

共有 条评论