Hi all,
I would like to have a dynamic system with uncertain transport delay. Is there any straightforward way to do it using Control System and Robust Control toolboxes?
I was able to create either a system with uncertain poles and zeros, or a system with constant ('certain') time delay.
T = ureal('time',1); G_unc = tf(1,[T 1])
Gdel = ss([],[],[],1,'OutputDelay',1)
However, the two things together did not work:
ss([],[],[],1,'OutputDelay',T)
gave the following error (due to ltipack.matchType)
Error using StaticModel/ss (line 107)
Undefined function or variable "A".
and
ss(T,T,T,T,'OutputDelay',T)
resulted in
Error using StaticModel/ss (line 107)
The value of the "OutputDelay" property must be a vector of nonnegative numbers.
Am I missing something? Any help would be appreciated..
Thanks, Ondrej

 채택된 답변

Arkadiy Turevskiy
Arkadiy Turevskiy 2013년 6월 11일

0 개 추천

Hi,
Unfortunately, modeling of uncertain transport delays is not currently supported.
Arkadiy

댓글 수: 3

Ondrej Holub
Ondrej Holub 2013년 6월 11일
Arkadiy,
Thank you for the reply. Even though I sampled the delays on my own, it would be a nice addition to the current functionality.
Regards, Ondrej
Thank you for your suggestion.
You might be interested in taking a look at our recent webinar on modeling time-delay systems. It covers robustness analysis for uncertainty in time delay value.
Arkadiy
Boris Konig
Boris Konig 2021년 1월 8일
Unfortunately, the link does not work anymore. Is the webinar still available somehow?

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

추가 답변 (0개)

카테고리

질문:

2013년 6월 4일

댓글:

2021년 1월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by