• 大小: 850B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-05-13
  • 语言: Matlab
  • 标签: matlab程序  

资源简介

计算线阵的切比雪夫分布激励幅度,可以降低天线阵的副瓣电平。

资源截图

代码片段和文件信息

function [Lin_VoltsdB_POWER] = chebwin1(MR);
% Calculation of Chebyshev distribution for uniform
% sidelobe levels. 
%
% Usage : [Lin_VoltsdB_POWER]=chebwin1(MR)
%
% M....Number of elements in array
% R....Sidelobe ratio of 1st sidelobe w.r.t. main beam (dB) 
%
% Valid range for R is : 15 < R < 60
%
% Reference RICK LYONS article on DSPrelated.com
% Gives the same results as the MATLAB signal
% processing

评论

共有 条评论