Documentation of zoh vs linear interpolation

조회 수: 27 (최근 30일)
Keith Barkley
Keith Barkley 2018년 1월 19일
댓글: Walter Roberson 2018년 1월 25일
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?

답변 (1개)

Mark Schwab
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:
I hope this helps.
  댓글 수: 2
Keith Barkley
Keith Barkley 2018년 1월 25일
I am talking about the Simulation data Inspector. When you click on one of the traces in the properties window below, one of the properties is "interp method." Currently there are two choices: zoh and linear. I was asking about those.
It could very well be that the blocks are used to do the interpolation, in which case you have answered my question. 8^)
Also, while rooting around the docs I think I saw something about a user supplied interpolation method. How do you do that?
Walter Roberson
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 CenterFile Exchange에서 Linear Prediction에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by