MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [求助]史密斯圆 (https://www.labfans.com/bbs/showthread.php?t=3373)

nash817 2008-05-31 09:29

[求助]史密斯圆
 
老师留的作业,画史密斯圆,并且要实现跟踪鼠标在圆图上的位置实时返回阻抗值。本人刚接触matlab,感觉有点难度,请各位高手帮帮忙。

lypleon 2008-10-27 16:14

回复: [求助]史密斯圆
 
你是SJTU YB的学生么?

purplest 2008-11-24 13:06

回复: [求助]史密斯圆
 
同是不会的人来论坛发贴问??

zhouxingli 2009-02-26 16:01

回复: [求助]史密斯圆
 
我这里有个画smith图的程序,你先看下!
plot([0 0],[-1.1 +1.1],'r'),hold on,xlabel('u')
plot([-1.1 +1.1],[0 0],'r'),ylabel('v'),
axis equal,axis([-1.1,+1.1,-1.1,+1.1]),grid
tr=2*pi*(0:.01:1);
for r=[0,.2,.5,1,2,5]
rr=1/(r+1);cr=1-rr;
plot(cr+rr*cos(tr),rr*sin(tr))
end
for x=[.2,.5,1,2,5]
rx=1/x;cx=rx;
tx=2*atan(x)*(0:.1:1);
plot(1-rx*sin(tx),cx-rx*cos(tx))
plot(1-rx*sin(tx),-cx+rx*cos(tx))
end


所有时间均为北京时间。现在的时间是 11:14

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