Documentation of zoh vs linear interpolation
22 ビュー (過去 30 日間)
古いコメントを表示
I am using Simulink and its associated viewer. I am viewing continuous time signals. I think I know what is going on, but is there any documentation about the zoh vs linear interpolation?
0 件のコメント
回答 (1 件)
Mark Schwab
2018 年 1 月 25 日
I am not sure I understand exactly what you are asking, as the description is a little vague. I have included documentation below for the Zero-Order-Hold block and the Interpolate block that includes an Interpolation mode parameter with a linear option:
https://www.mathworks.com/help/simulink/slref/zeroorderhold.html https://www.mathworks.com/help/dsp/ref/interpolation.html
I hope this helps.
2 件のコメント
Walter Roberson
2018 年 1 月 25 日
From Workspace (and possibly other blocks) need to know what to output in-between the times specified with the data. The two main possibilities are to keep using the same signal until the new time (zero-order hold), or to interpolate the signal linearly between the old value and the new value (linear)
参考
カテゴリ
Help Center および File Exchange で Linear Prediction についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!