steady state error command

295 次查看(过去 30 天)
Jason
Jason 2011-3-30
评论: JAMES KEEN 2021-2-24
Is there a command that will give the steady state error of the the response of a transfer function

回答(2 个)

Paulo Silva
Paulo Silva 2011-3-30
SP=5; %input value, if you put 1 then is the same as step(sys)
[y,t]=step(SP*sys); %get the response of the system to a step with amplitude SP
sserror=abs(SP-y(end)) %get the steady state error
  7 个评论
irshad maz
irshad maz 2021-1-14
what is SP stand for Sir
JAMES KEEN
JAMES KEEN 2021-2-24
@irshad maz I believe it means setpoint i.e. the point of which you want the system response to settles at.

请先登录,再进行评论。


Mohammad Hosein Forghani

Another approach theoretically would be final value theorem, I might also implement that in MATLAB.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by