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

資源簡介

相控陣天線是組裝在一起的天線陣元的集合,其中每個單元的輻射圖在結構上虞相鄰天線的輻射圖合成形成為主辦的有效輻射圖。主辦在期望的方向輻射能耐,而波束設計的目的是在不需要的方向上形成零點和旁辦。本資源提供了MATLAB的仿真方法模擬相控陣波束賦形的動圖。

資源截圖

代碼片段和文件信息

%?更多專業內容請關注:
%?雷達通信電子戰
clc;clear?all;close?all;
N=32;
a=0.5;?%?a=d/lambda
theta=-pi:0.01:pi;
for?thetaB=0:1:60
????thetaB1=thetaB/180*pi;
????sum=0;
????for?i=0:N-1
????????y1=exp(1i*2*pi*i*a*(sin(theta)-sin(thetaB1)));???
????????sum=sum+y1;
????end????
????sum=abs(cos(theta).^0.5.*sum);
????sum=sum/N;
????clf;
%?????polarplot(thetasum2‘-r‘);
????polarplot(thetasum‘-r‘);
????pause(0.0005);????
end


for?thetaB=60:-1:0????
????thetaB1=thetaB/180*pi;????
????sum=0;
????for?i=0:N-1
????????y1=exp(1i*2*pi*i*a*(sin(theta)-sin(thetaB1)));???
????????sum=sum+y1;
????end????
????sum=abs(cos(theta).^0.5.*sum);
????sum=sum/N;

????clf;
%?????polarplot(thetasum2‘-r‘);
????polarplot(thetasum‘-r‘);
????pause(0.0005);????
end

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????783??2019-07-27?12:21??相控陣波束掃描“動圖”的Matlab仿真\figPattern.m

?????文件???????4981??2019-07-27?12:20??相控陣波束掃描“動圖”的Matlab仿真\polarplotdb.m

?????目錄??????????0??2019-07-27?12:21??相控陣波束掃描“動圖”的Matlab仿真

-----------?---------??----------?-----??----

?????????????????5764????????????????????3


評論

共有 條評論