- Use a Delay block
- Set it to receive the delay length from an Inport
- Feed your variable delay time through a triggered subsystem and trigger it when you change your variable delay time
- Feed the output of the triggered subsystem inside the delay block as the delay length
Provide automatic delays to a signal
1 次查看(过去 30 天)
显示 更早的评论
My question which i am having trouble with is . I have attached one drawing here to explain my point. What i need to have delay in a pulse signal. However, the problem is that the delay is not a fixed value. It can be changed by any controller let say one time the delay is 10 and suddenly it become 15 or 12 or any value.
what i need to have is any function or block which can handle the delay of the value which are randomly generated. I have no previous knowledge of incoming delay say the value of 'a' in the drawing. a can be one time 10 or 12 0r 20 anything. The signal keep its delay until new delay comes.
My question is can we have something like this in simulink or please someone help me in it?
0 个评论
采纳的回答
Jonas
2019-8-29
编辑:Jonas
2019-8-29
The Delay block will now have a variable delay, but will only change the delay length when it changes due to the triggered subsystem.
2 个评论
Jonas
2019-10-3
You need to decrease your sample time such that your desired delay becomes an integer value.
更多回答(1 个)
社区
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Schedule Model Components 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!