1) Lazo Abierto
1) Lazo Abierto
F =
1
---------------
(s^2 + 4s + 68)
>> pole(F)
ans =
-2.0000 + 8.0000i
-2.0000 - 8.0000i
>> pzmap(F)
>> step(F)
Here is an example of how the function rlocus works:
Consider a randomly generated stable Transfer Function Model:
of the form G(s)=num(s)/den(s):
num =
den =
Call rlocus using the following command (see also, help rlocus):
rlocus(tf(num,den));
>> G1=feedback(F,1)
G1 =
1
---------------
(s^2 + 4s + 69)
>> rlocus(F)
>> F2=zpk ([],[-2+(8*i),-2-(8*i)],59)
F2 =
59
---------------
(s^2 + 4s + 68)
>> g=feedback(F,1)
g =
1
---------------
(s^2 + 4s + 69)
>> G2=feedback(F2,1)
G2 =
59
----------------
(s^2 + 4s + 127)
>> rlocus(F2)
>> step(G2)
>> step(F2)
>> step(F1,F2)
Undefined function or variable 'F1'.
>> step(g1,g2)
Undefined function or variable 'g1'.
>> step(G1,G2)
Undefined function or variable 'G1'.
>> step(g
step(g
|
Error: Expression or statement is incorrect--possibly unbalanced (, {, or [.
>> step(g,G2)
>> step(g,G2)
A) POLOS Y ZEROS
B) STEP
C) SOBREPASO MAXIMO
D) TIEMPO ESTABLECIMIENTO (1.72 S)
E) TIEMPO LEVANTAMIENTO