忘记是在哪找的资料了,希望有用吧。以前做的大作业。
2022-03-27 16:32:22 640KB matlab 开发语言
1
使用matlab语言进行阵列天线的仿真与编程,获得不同阵元的天线阵列的方向图
2021-11-27 16:22:52 12KB thinedarray 阵列天线 阵元 阵列方向图
雷达matlab仿真源程序 matlab天线仿真程序 雷达天线matlab仿真,面天线matlab仿真 脉冲压缩仿真 mti仿真matlab
1
【通信天线建模与MATLAB仿真分析源代码】 天线是一种变换器,它把传输线上传播的导行波,变换成在无界媒介(通常是自由空间)中传播的电磁波,或者进行相反的变换。在无线电设备中用来发射或接收电磁波的部件。无线电通信、广播、电视、雷达、导航、电子对抗、遥感、射电天文等工程系统,凡是利用电磁波来传递信息的,都依靠天线来进行工作。
2021-04-11 11:24:43 7.60MB 天线 MATLAB 仿真代码
1
智能天线matlab仿真源程序,对于天线阵的仿真,以及自适应算法的仿真
2019-12-21 22:19:10 1.34MB matlab
1
这是一篇关于基于MATLAB的旋转抛物面天线的几种特性的仿真的论文,对旋转抛物面天线的方向图、利用系数、口径截获效率和增益因子及馈源方向函数等特性进行了仿真
2019-12-21 21:10:42 548KB 旋转抛物面天线 MATLAB仿真
1
矩形贴片天线Matlab仿真l = input('Patch length(cm)=').*1e-2; % Patch length befor strain w = input('Patch width(cm)=').*1e-2; % Patch width befor strain h = input('Substrate thickness(mm)=').*1e-3; % Substrate thickness s = input('Strain(%)='); % Strain pr = input('Substrate poisson ratio='); % Substrate poisson ratio eper = ((per+1)./2)+(((per-1)./2).*((1+12.*(h./w)).^-0.5)); % Effective permittivity befor strain dl = (0.412.*h).*(((eper+0.3).*((w/h)+0.264))./((eper-0.258).*((w./h)+0.8))); % To calculate effective length befor strain le = l+(2.*dl); % Effective length befor strain fr = c./(2.*le.*sqrt(eper)); % Frequency before strain % After strain in the direction of antenna length hs = h.*(1-pr.*s); % Substrate thickness after strain ls = l.*(1+s); % Patch length after strain % After strain in the direction of antenna width hs = h.*(1-pr.*s); % Substrate thickness after strain ls = l.*(1-pr.*s); % Patch length after strain ws = w.*(1+s); % Patch width after strain epers = ((per+1)./2)+(((per-1)./2).*((1+12.*(hs./ws)).^-0.5)); % Effective permittivity after strain dls = (0.412.*hs).*(((epers+0.3).*((ws/hs)+0.264))./((epers-0.258).*
2019-12-21 20:53:45 2KB Matlab代码
1