Tuesday, January 21, 2014
Determine the second order transfer function behaviour
G(s) = 200/(s+2+j20)(s+2-j20)
200
---------------
s^2 + 4 s + 404
Matlab 2012a
sys = tf([200],[1 4 404])
step(sys)
200
---------------
s^2 + 4 s + 404
Matlab 2012a
sys = tf([200],[1 4 404])
step(sys)
Subscribe to:
Posts (Atom)