MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB毕业设计] 开路传输线输入阻抗随频率的变化 (https://www.labfans.com/bbs/showthread.php?t=13208)

zxy00bc 2011-04-21 11:37

开路传输线输入阻抗随频率的变化
 
:confused::confused:
:(:(
短路传输线输入阻抗随频率的变化,函数是z1=jtg(2*pi*f*l/v),程序为
L=209.410e-9;
C=119.510e-12;
vp=1/sqrt(L*C);
Z0=sqrt(L/C);
d=0.1;
N=5000; % number of frequency sampling points

f=1e9+4e9*(0:N)/N;
Z=j*tan(2*pi*f*d/vp);

plot(f,abs(Z0*Z));
axis([1e9 4e9 0 400])
出来了周期性曲线,但是开路时的函数是z2=-jctg(2*pi*f*l/v),
把程序里的tan换成了atan后就出不来周期性曲线了,求指点!


所有时间均为北京时间。现在的时间是 05:21

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.