How c2d() convert a s-function to discreted z-function(with the "zoh" set)?
Ältere Kommentare anzeigen
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!
Antworten (1)
Sebastian Castro
am 24 Dez. 2015
0 Stimmen
"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 Kommentar
liheng liu
am 25 Dez. 2015
Kategorien
Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!