Está en la página 1de 3

TAREA N°01

JIMMY ABRAHAM CORRALES MINO


17190152
Simulando en software Matlab:
raices = roots([1 0 26 0 25 0 -100]);
sys = tf([10],[1 6 5 0]);
nyquistplot(sys)
hold on
axis([-2 1 -2 2])
x=[-1:0.01:1];
y=sqrt(1-x.^2);
plot(x,y,'r',x,-y,'r')
hold on

[MG MF Wcf Wcg]=margin(sys)

Gráfica Nyquist:

También podría gustarte