How is extrapolation performed in the Simulink Transport Delay block?
조회 수: 1 (최근 30일)
이전 댓글 표시
The Simulink Transport Delay block states that if the specified delay is smaller than the current time step extrapolation is performed to determine the output based on the history of inputs. However, it gives no details as to how this extrapolation is performed. How is it done?
댓글 수: 0
채택된 답변
Jyotish Robin
2017년 3월 30일
Hi Richard!
The block uses first order Lagrange interpolation. It's clearly understood if you generate code from the block and look at the generated code.
Hope this helps.
Regards,
Jyotish
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!