Actividad 2 Bernal-Granda
Actividad 2 Bernal-Granda
Actividad 2 Bernal-Granda
Homework Two
PhD. Walter Orozco Tupacyupanqui - Universidad Politécnica Salesiana Semester (57):
September 2020 - February 2021
December 11, 2020
axis('equal')
grid on
Para que el sistema sea estable no debe exceder del punto (1, j0) y mediante el uso del
tanteo en el software obtuvimos el valor de k=7.39, excedido ese valor el sistema es
inestable
num1=[1];
den1=[1 0.2 1 1];
G1=tf(num1,den1)
nyquist(G1)
axis('equal')
grid on
El sistema es inestable porque el punto (-1.j0) está rodeado una vez en el sentido
contrario de las agujas del reloj
𝑊𝑔𝑐 = 𝑔𝑎𝑖𝑛 = 1
1 + 𝑗𝑎𝑤
𝐺(𝑠) = 𝐺(𝑗𝑤) =
(𝑗𝑤)2
1 + 𝑗𝑎𝑊𝑔𝑐
𝐺(𝑗𝑤) = 2
(𝑊𝑔𝑐 )
2
√1 + (𝑎 ∗ 𝑊𝑔𝑐 )
√1 + 1
|𝐺(𝑊𝑔𝑐 )| = 2 =1=
𝑊𝑔𝑐 𝑊𝑔𝑐
2
𝑊𝑔𝑐 = √2
1
𝑎2 = = 0.707
√2
𝑎 = 0.84083
clc
clear all
close all
a=0.84083;
num1=[a*1 1];
den1=[1 0 0];
G1=tf(num1,den1)
nyquist(G1)
axis('equal')
grid on
Draw a Bode diagram of the open-loop transfer function G(s). Determine the phase margin
and gain margin.
clc
close all
num=[25];
den=[1 11 10 0];
G=tf(num,den)%bucle abierto
Ts=feedback(G,1)%bucle cerrado
margin (G)
grid on
6. Consider the system shown in Figure 2. Draw a Bode diagram of the open-loop
transfer function and determine the value of the gain K such that the phase margin is 50.
What is the gain margin of this system with this gain K?
clc
close all
k=0.265;
num=conv([k],[10 1]);
den=conv([1 0],conv([1 0.5],[1 1]));
G=tf(num,den)%bucle abierto
Ts=feedback(G,1)%bucle cerrado
figure
margin (G)
grid on
10 𝑑𝐵
(d) Phase margin (deg) when K = 1.
65°
(e) Resonance peak Mr when K = 1.
𝑀𝑟 = 1
𝑀𝑟 = 5 𝑟𝑎𝑑/𝑠