Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

a.

num=[1];
den=[1 1 1 4];
G=tf(num,den);
nyquist(G)
pole(G)
Polos en

-1.7430 + 0i

0.3715 + 1.4687i

0.3715 - 1.4687i
b.

clear all
clc
num=[1 2];
den=[1 0 4];
G=tf(num,den)
nyquist(G)

Polos en 2j y en -2j
c.
num=[1 2];
den=[1 0.2 1 1];
G=tf(num,den);
nyquist(G)
pole(G)

Polos en

0.2623 + 1.1451i

0.2623 - 1.1451i

-0.7246 + 0.0000i
2.

Segundo criterio de Nyquist


3.

Constante de error de posición

1 1
𝑒𝑝 = = =0
1 + 𝐺𝑙(0) 1 + 0 + 5
0
5
𝑘𝑝 = =∞
0
𝑒𝑝 = (0)%

𝑘𝑣 = lim 𝑆 ∗ 𝐺 𝑙(𝑠)
𝑠−0

𝑆+5
𝑘𝑣 = 𝑆 ∗
𝑆(𝑆 + 1)(𝑆 + 10)
𝑆+5
𝑘𝑣 = lim 𝑆∗
𝑠−0 𝑆(𝑆 + 1)(𝑆 + 10)
𝑆+5
𝑘𝑣 = lim
𝑠−0 (𝑆 + 1)(𝑆 + 10)
5 5
𝑘𝑣 = = = 0.45
1 + 10 11
1
𝑒𝑣 = lim | | ∗ 100%
𝑠−0 𝑠 + 𝑠𝐺𝑙(𝑆)
11
𝑒𝑣 = = 2.2 = 220%
5
ANALISIS DE GRAFICO

𝑘𝑣 = 𝑠𝐺𝐿(𝑆)
1
𝑒𝑣 = lim ∗ 100%
𝑠−0 𝑠 + 𝑠𝐺𝑙(𝑠)

You might also like