How to represent uncertain transport delays

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

 Respuesta aceptada

Arkadiy Turevskiy
Arkadiy Turevskiy el 11 de Jun. de 2013

0 votos

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

3 comentarios

Ondrej Holub
Ondrej Holub el 11 de Jun. de 2013
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
Arkadiy Turevskiy
Arkadiy Turevskiy el 11 de Jun. de 2013
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 el 8 de En. de 2021
Unfortunately, the link does not work anymore. Is the webinar still available somehow?

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

el 4 de Jun. de 2013

Comentada:

el 8 de En. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by