How c2d() convert a s-function to discreted z-function(with the "zoh" set)?

Hello, its very grateful for someone answer this question.
Problem discription:
know 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!

답변 (1개)

Sebastian Castro
Sebastian Castro 2015년 12월 24일

0 개 추천

"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

카테고리

태그

질문:

2015년 12월 22일

댓글:

2015년 12월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by