steady state error command
302 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Is there a command that will give the steady state error of the the response of a transfer function
0 Kommentare
Antworten (2)
Paulo Silva
am 30 Mär. 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 Kommentare
JAMES KEEN
am 24 Feb. 2021
@irshad maz I believe it means setpoint i.e. the point of which you want the system response to settles at.
Mohammad Hosein Forghani
am 27 Jun. 2020
Another approach theoretically would be final value theorem, I might also implement that in MATLAB.
0 Kommentare
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!