how can i implement a time delay in time domain in SIMULINK?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Mark Sherstan
2018-12-16
6 个评论
Mark Sherstan
2018-12-19
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classical Control Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!