Informe 3 Control Digital
Informe 3 Control Digital
Informe 3 Control Digital
Informe Laboratorio 3
Tema:
Transformada Z y Transformada Z Inversa
Docente:
Guillen Saravia Leopoldo Francisco
Estudiantes:
2019-B
UNIVERSIDAD NACIONAL DEL CALLAO
FACULTAD DE INGENIERIA ELECTRÓNICA
Control Digital - Laboratorio
z 2 3z 1
b) F ( z ) 3
z z 2 0.5 z 0.5
2.4. El sistema de tiempo discreto dado por la ecuación de diferencias de
entrada y salida
Si y (1) 2 ; y ( 2) 1
Solución:
b)
a)
Resultado:
b)
Resultado
𝑥(𝑛) = 𝑥(𝑧)
𝑥(𝑛 − 1) = 𝑧 −1 𝑥(𝑧) + 𝑥(−1)
1 1 1 𝑦(𝑧) 2
𝑦(𝑛 − 2) = 2 [𝑧 −2 𝑦(𝑧) + 𝑧 −1 𝑦(−1) + 𝑦(−2) = 2 ( + 𝑧 + 1)
2 𝑧2
3 3 3 𝑦(𝑧)
− 2 𝑦(𝑛 − 1) = − 2 [𝑧 −1 𝑦(𝑧) + 𝑦(−1) = − 2 ( + 2)
𝑧
𝑦(𝑛) = 𝑦(𝑧)
𝑥(𝑛) = 𝑧/(𝑧 − 1)
UNIVERSIDAD NACIONAL DEL CALLAO
FACULTAD DE INGENIERIA ELECTRÓNICA
Control Digital - Laboratorio
𝑥(𝑧)
𝑥(𝑛 − 1) = 𝑧 −1 𝑥(𝑧) = 𝑧
Entonces:
𝑦(𝑧) 1 1 3𝑦(𝑧) 𝑧 𝑧
2
+ + − − 3 + 𝑦(𝑧) = −
2𝑧 𝑧 2 2𝑧 𝑧 − 1 (𝑧 − 1) ∗ 𝑧
1 3 1 5 𝑧−1
𝑦(𝑧) ( 2
− + 1) + − =
2∗𝑧 2∗𝑧 𝑧 2 𝑧−1
1 − 3𝑧 + 2𝑧 2 7 1
𝑦(𝑧) ( 2
)= −
2𝑧 2 𝑧
𝑦(𝑧) 7𝑧 − 2
=
𝑧 1 − 3𝑧 + 2𝑧 2
num=[7 2];
den=[2 -3 1];
[R,P,K]=residue(num,den)
UNIVERSIDAD NACIONAL DEL CALLAO
FACULTAD DE INGENIERIA ELECTRÓNICA
Control Digital - Laboratorio
𝑦(𝑧) 9 11/2
= −
𝑧 𝑧 − 1 𝑧 − 1/2
1
1 2
𝑦(𝑧) = 9 [ ] − 11 [ ]
1−𝑧 −1 1
1 − 𝑧 −1
2
11
𝑦(𝑛) = 9 −
2𝑛+1