How c2d() convert a s-function to discreted z-function(with the "zoh" set)?
Mostra commenti meno recenti
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!
Risposte (1)
Sebastian Castro
il 24 Dic 2015
0 voti
"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 Commento
liheng liu
il 25 Dic 2015
Categorie
Scopri di più su Simulink in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!