How c2d() convert a s-function to discreted z-function(with the "zoh" set)?
Mostrar comentarios más antiguos
Hello, its very grateful for someone answer this question.
Problem discription:
Iknow how to use c2d() to transfer a s-function to z-function, however, I don't know how did it worked.
such as: if I set c2d(sys, ts, "zoh"), how does c2d works to transfer?
Thank you!
Respuestas (1)
Sebastian Castro
el 24 de Dic. de 2015
0 votos
"ZOH" stands for zero-order hold. Discretization occurs by assuming that there is a constant input held for the duration of the sample time (let's call it T).
I'm sure you can find more detailed information about the zero-order hold method on the Internet. For example:
- Sebastian
1 comentario
liheng liu
el 25 de Dic. de 2015
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!