필터 지우기
필터 지우기

delay differential equations using DDE23

조회 수: 2 (최근 30일)
IISc
IISc 2014년 11월 13일
답변: Pulkit Goyal 2019년 12월 29일
I am working on solution to system of equations of the form ydot=f(y,u) where u is control inputs. The control inputs appear in ydot equations. The control inputs are delayed due to compuational and sampling delays. Thus it is a DDE. Can i use DDE23 to solve these equations. The examples of DDE23 only talk about state delays. Control delays are not described.

답변 (2개)

Torsten
Torsten 2014년 11월 14일
I guess that usually the controls at time t will be autonomous or a function of the state variables at earlier times.
Thus DDE23 can be applied.
Best wishes
Torsten.

Pulkit Goyal
Pulkit Goyal 2019년 12월 29일
If control input delays are a function of state themselves (e.g., in the case of a PID controller), then, the resulting differential equations become neutral delay differential equations. In this case, you can use ddensd in MATLAB to numerically integrate the set of dde.

카테고리

Help CenterFile Exchange에서 Delay Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by