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

資源簡介

MATLAB常規均勻圓陣波束形成,通過修改theta_streer值,可對任意方向進行空間濾波,即波束形成。

資源截圖

代碼片段和文件信息

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%?circular?array?beampattern
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear
close?all
jay?=?sqrt(-1);
r?=?0.25;
N?=?16;
n?=?0:1:N-1;
theta?=?[0:1:360]/180*pi;
theta_streer?=?120/180*pi;
theta_element?=?2*pi/N*(n);
f?=?5000;
c?=?1500;
lambda?=?c/f;
phi?=?90/180*pi;
P?=?r*[cos(theta_element).‘?

評論

共有 條評論