跳转到内容

File:Second order under-damped response.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为600 × 500像素,文件大小:30 KB)


摘要

描述
English: A typical transient response for an under-damped second order system showing the system characteristics. the damping factor is 0.5. The terms represented are:
  1. = peak time (time required to reach the first peak)
  2. = delay time (time to reach 50% of final value for the first time)
  3. = rise time (time to rise from 0 to 100% value)
  4. = maximum overshoot

Created in maxima:

beta(zeta) := sqrt(1-zeta^2);
theta(zeta) := atan(beta(zeta)/zeta);
h_under(wt) := 1 - beta(0.5)^-1*exp(-0.5*wt)*sin(wt*beta(.5)+theta(0.5));
load(draw);
draw2d(dimensions=[800,300],terminal=svg,
	 user_preamble="set mxtics; set mytics;",
	 grid=true, yrange=[0,1.5], xlabel="omega t",xtics=1,
	 key="",points_joined=true,
	 head_both=true,head_length=0.1,line_width=0.5,
	 line_type=dots,nticks=10,color=black,points([ [3.6,1],[3.6,1.16] ]),
	 vector([0,1.2],[3.6,0]),label(["t_p",2.0,1.25]),
	 label(["M_p",3.8,1.05]),
	 vector([2.42,1],[-2.42,0]),label(["t_r",1.21,1]),
	 vector([1.29,0.5],[-1.29,0]),label(["t_d",0.64,0.5]),
         line_width=1.5,line_type=solid,ylabel="Step response",nticks=100,
         color=blue,explicit(h_under(wt),wt,0,10)
	);
日期
来源 自己的作品
作者 Krishnavedala

Also refer Image:Second_order_transfer_function.svg.

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2011年5月26日 (四) 19:522011年5月26日 (四) 19:52版本的缩略图600 × 500(30 KB)Krishnavedalabetter aspect ratio?
2011年5月26日 (四) 19:392011年5月26日 (四) 19:39版本的缩略图800 × 300(29 KB)Krishnavedala

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据