资源简介
矩形贴片天线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).*
代码片段和文件信息
- 上一篇:matlab计算复合材料板ABD程序
- 下一篇:Matlab基本实验微分方程画图
相关资源
- 读取txt文件内容matlab代码实现
- 细胞图像分割matlab代码
- 基于MP的时频分析MATLAB代码
- WCDMA matlab代码
- 图像降噪Matlab代码
- 圣诞树(matlab代码)
- 心音信号处理分析(附matlab代码)
- Pattern Recognition and Machine Learning(高清
- 均值滤波和FFT频谱分析Matlab代码
- 欧拉放大论文及matlab代码
- GPS信号的码捕获matlab代码.7z
- matlab读取SP3文件
- 图像的饱和度,亮度,色调的matlab代
- 肤色检测matlab代码
- sutton强化学习随书MATLAB代码
- 压缩鬼成像matlab代码
- 压缩感知(Compressed Sensing CS)matlab代
- 基于OFDMA系统的多用户资源分配算法,
- Allan方差分析MATLAB代码,含MPU6050八小
- 均匀球体剖面重力异常正演模拟Matl
- 印章识别matlab代码
- 连续潮流matlab代码
- 线性拟合仿真-最小二乘法、正交回归
- 矩阵填充MATLAB代码
- 大型飞机航拍图处理matlab代码
- LMS语音信号去噪matlab代码
- 卡尔曼滤波MATLAB代码
- Matlab代码编写的semi-supervised CCA 程序
- EOF分析matlab代码
- 尾灯识别matlab代码
评论
共有 条评论