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 view (last 30 days)
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.

Answers (1)

Jatin
Jatin on 8 Aug 2024
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:

Categories

Find more on Composite Interfaces in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!