Why sum block outputs value half of the input?
Mostra commenti meno recenti
Hello,
I am new to simulink and trying to understand why this system always gives the output half of the input.
If you calculate the the output
it should be 1 - 0 = 1
next step, 1 - 1 = 0
next step, 1 - 0 = 1
and so on.
How to understand the current behavior of the system?

2 Commenti
Roger J
il 3 Ago 2020
Looks like you have an algebraic loop. See the following
https://www.mathworks.com/matlabcentral/answers/95310-what-are-algebraic-loops-in-simulink-and-how-do-i-solve-them#answer_104662
To get the alternating 1 and zero, try adding a delay before the ”-” input on your adder.
shubham aadhe
il 3 Ago 2020
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Configure Simulation Conditions in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!