


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This is lab report Control Systems lab. It was assigned by and submitted to Dr. Anbu Manghirmalani at Birla Institute of Technology and Science. It includes: Unity, Feedback, System, Open, Loop, transfer, Function, Stable, Matlab, Implementation
Typology: Exercises
1 / 4
This page cannot be seen from the preview
Don't miss anything!



Lab 13: Effect of Gain on System Stability FA06_BET_
Consider Unity Feed back system with open loop transfer function: G(s) = K = 1,2,5, for which K system is stable? k = [1 2 5]; for i=1: num = k(i) * [1 -1 2]; den = [1 2 1]; G = tf(num,den) T = feedback(G,1) figure, step(T) figure, pzmap(T) end % Stable for k = 1 % Marginally Stable for k = 2 % Unstable for k = 5
-0.0000 - 1.0000i