Está en la página 1de 4

PRIMER EJERCICIO

clc
clear all
s=tf([1/2],[1 1 0])
Hz = c2d(s,0.1,'zoh')
Hf = c2d(s,0.1,'foh')
hold on
step(s)
hold on
step(Hz)
hold on
step(Hf)
legend('funcion de trasnferencia','ZOH','FOH')
SEGUNDO EJERCICIO

clc
clear all
s=tf([1],[1 1])
Hz = c2d(s,0.1,'zoh')
Hf = c2d(s,0.1,'foh')
hold on
step(s)
hold on
step(Hz)
hold on
step(Hf)
legend('funcion de trasnferencia','ZOH','FOH')
SEGUNDO EJERCICIO

clc
clear all
s=tf([1],[1 1])
Hz = c2d(s,0.1,'zoh')
Hf = c2d(s,0.1,'foh')
hold on
step(s)
hold on
step(Hz)
hold on
step(Hf)
legend('funcion de trasnferencia','ZOH','FOH')
CUARTO EJERCICIO

clc
clear all
s=tf([1],[1 -7 10 ])
Hz = c2d(s,0.1,'zoh')
Hf = c2d(s,0.1,'foh')
hold on
step(s)
hold on
step(Hz)
hold on
step(Hf)
legend('funcion de trasnferencia','ZOH','FOH')

También podría gustarte