书《MATLAB模拟的电磁学时域有限差分方法》中的一个课后习题,仿真一个简单的矩形微带天线,程序计算了天线的回波损耗,画出了其方向图。内附HFSS工程文件,可仿真对比。
2019-12-21 21:51:28 80KB FDTD 计算电磁学
1
CST与MATLAB联合仿真贴片天线程序,有助于提升联合仿真能力
2019-12-21 21:48:52 9KB 微波天线仿真
1
CST中仿真设计频率为10Ghz的矩形微带贴片天线
2019-12-21 21:06:51 175KB CST 微带天线
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
圆极化贴片天线模型_HFSS
2019-12-21 20:31:57 272KB 圆极化 天线 微带 贴片
1
本文使用hfss软件对2.45GHz矩形微带贴片天线仿真并且进行了优化
2019-12-21 20:07:26 938KB 微带天线 HFSS仿真
1
基于CST2013的微带贴片天线仿真,非常详细的步骤
2019-12-21 19:39:22 1.89MB CST2013
1
同轴馈电微带贴片天线HFSS仿真,2.4GHz
2019-12-21 19:26:43 254KB HFSS
1
微波设计,利用HFSS软件仿真微带贴片天线,此为扇形天线。附有报告包括建模的详细步骤和结果,可依此自行修改。非常详细。
2019-12-21 18:53:29 19.23MB HFSS 微带贴片天线 建模步骤 微波设计
1