how can i implement a time delay in time domain in SIMULINK?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
ADNAN KIRAL
am 16 Dez. 2018
Kommentiert: ADNAN KIRAL
am 19 Dez. 2018
hi there,
I need to implement a time delay to my controller in Simulink, but my system and controller are in a time domain so that my time delay function should be in a time domain. if it is, how can I do that in Simulink?
by the way, the dealy is a first-order lag element;
TIME_DELAY = 1/(0.1*T+1);
thanks in advance,
0 Kommentare
Akzeptierte Antwort
Mark Sherstan
am 16 Dez. 2018
6 Kommentare
Mark Sherstan
am 19 Dez. 2018
Apply the time delay in your transfer function derivation. As you are working in discrete time you can only delay by a number of samples.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Classical Control Design finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!