How to get z transfer function from difference equation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi! How can I find the transfer function for
m(k)=e(k)-e(k-1)-m(k-1), k>=0
and
e(k)= 1, k even
e(k)=0 , k odd
0 comentarios
Respuestas (1)
Taru
el 7 de Oct. de 2022
Hi,
I comprehend that you you want a transfer function for the model equation above. You can use the 'ztrans' function on the declared equation.
Regards,
Taru
0 comentarios
Ver también
Categorías
Más información sobre Dynamic System Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!