How to give initial value to the subsystem to use for the first time step and then use values from the loop?
3 次查看(过去 30 天)
显示 更早的评论
I have multiple subsystem in a simulink interconnected with each other. The output of first subsystem is input to second while to obtain ouput from the first subsystem ouput from second subsystem is necessary as input. This is causing problem.
I want to assign some initial value to the first subsystem as input to calculate output for the first time, then it can take input from ouput of second subsytem. Initial value will be used only one time.
I know about unit delay block, is there other way of actually giving initial values? Plus, how does unit delay work, matlab documentation doesn't give full picture about it, what input is taken by first subsystem to calculate initial ouput for the first time if output of second subsystem is delayed by one time step?
0 个评论
采纳的回答
Mark McBroom
2022-12-29
The unit delay block is probably the best approach. This block lets you specify initial output. You might also want to examine execution order to make sure the subsystems are executing in the order you think they are: https://www.mathworks.com/help/simulink/ug/controlling-and-displaying-the-sorted-order.html
Thanks.
Mark.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Subsystems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!