Signal Time Range-SIMULINK
显示 更早的评论
I want my input signal only two run for a specific time say from [5 sec to 20 secs ] when my simulation time is 100 secs,, is there any way to do this
回答(1 个)
Pavan Guntha
2021-3-25
0 个投票
You may try to solve using the following steps:
2) Append a combinational logic to actually compare current simulation time with your time of interest.
3) Use an enabled subsystem to appropriately route the signal to output with output signal of step 2 as control signal to this block.
Here's an illustration of these steps:

As depicted in the scope, the signal (here sine signal is taken as an example) is routed to the output only in the time slot of interest.

类别
在 帮助中心 和 File Exchange 中查找有关 Sources 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!