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.

回答(1 个)

Jatin
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:
  1. Add a unit delay block and add the bus output to input of unit delay block.
  2. Use bus selector block to extract the signals from the output of the unit delay block to give as feedback input.
You can go through the documentation for more details on Simulink Buses:

类别

Help CenterFile Exchange 中查找有关 Composite Interfaces 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by