- Add a unit delay block and add the bus output to input of unit delay block.
- Use bus selector block to extract the signals from the output of the unit delay block to give as feedback input.
My model have the ouput as input feedback, which is bus signal . Is there is any possibility of directly giving the output bus as input in simulink model.
1 回表示 (過去 30 日間)
古いコメントを表示
Is there is any possibility of directly giving the output bus as input in simulink model.
I need all the signals as feedback from output.
0 件のコメント
回答 (1 件)
Jatin
2024 年 8 月 8 日
Hi,
As per my understanding you have a bus output, and you want to directly use that as the feedback input in your system.
We can use the bus output as feedback input, but we must add a delay to break any direct dependency cycle. This can be done by adding a Unit delay block.
You can follow the steps below to use bus output as feedback input:
You can go through the documentation for more details on Simulink Buses:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Composite Interfaces についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!