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 で Simulink についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!