Transport Delay of Zero

조회 수: 4 (최근 30일)
Shane Cheshire
Shane Cheshire 2020년 3월 3일
댓글: Robert U 2020년 3월 4일
I have the following block diagram.
My step input is set to 1000 sec. By changing the TM value in the I'm attempting to get the following graph. One with tm=1000 and the second with tm= 0. This is the graph I'm supposed to get for the block without preditictive control.
Instead this is what I'm getting
I'm getting an error when I set the transport delay to zero, it says that there maybe an algrebraic loop. Any idea how I might fix this?
  댓글 수: 2
Jade O'Connor
Jade O'Connor 2020년 3월 4일
It should work if you move the time delay block into the feedback loop :)
Robert U
Robert U 2020년 3월 4일
Hi Jade,
Your suggestion probably does not work, either, when setting the time delay to Zero.
Kind regards,
Robert

댓글을 달려면 로그인하십시오.

답변 (1개)

Robert U
Robert U 2020년 3월 4일
편집: Robert U 2020년 3월 4일
Hi Shane Cheshire,
There is plenty of hints in Matlab documentation on how to fix algebraic loops. Most conveniant is to introduce a unit-delay block that will delay the feedback signal by one time step. That usually does not have any significant impact on the simulation result.
Another option is to use very small signal delay times. But this option might increase simulation time dramatically.
Kind regards,
Robert

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by