Steady state error
Steady state error
(OP)
Hello everyone,
I would like to share with you my recent problem with calculating some matlab scripts.
My task is to find the value of the steady state error of an object (with negative feedback loop)
My main idea was to use "feedback" matlab function. Then get the information about the object:
var = feedback(object_transmittance, -1);
INFO = stepinfo(var)
error = INFO.SettlingMin
Thought the .SettlingMin parameter will return me the steady space error.
For now I know it's not correct. I've also tried to use some formulas searched on the net but with no result.
The task seems to be so simple, but I'm not using matlab like everyday, so even such simple things cause me some problems.
Any ideas?
Thank you in advance :)
RE: Steady state error
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
RE: Steady state error
xnuke
"Live and act within the limit of your knowledge and keep expanding it to the limit of your life." Ayn Rand, Atlas Shrugged.
Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips.