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:
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!
답변 (1개)
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
카테고리
도움말 센터 및 File Exchange에서 Digital Filter Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!