steady state error command

301 visualizaciones (últimos 30 días)
Jason
Jason el 30 de Mzo. de 2011
Comentada: JAMES KEEN el 24 de Feb. de 2021
Is there a command that will give the steady state error of the the response of a transfer function

Respuestas (2)

Paulo Silva
Paulo Silva el 30 de Mzo. de 2011
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 comentarios
irshad maz
irshad maz el 14 de En. de 2021
what is SP stand for Sir
JAMES KEEN
JAMES KEEN el 24 de Feb. de 2021
@irshad maz I believe it means setpoint i.e. the point of which you want the system response to settles at.

Iniciar sesión para comentar.


Mohammad Hosein Forghani
Mohammad Hosein Forghani el 27 de Jun. de 2020

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