Problems modeling a battery behaviour to generate C Code.
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Iker Fernandez Requejo
am 9 Okt. 2023
Kommentiert: Iker Fernandez Requejo
am 20 Okt. 2023
I have a functional Simscape model of a battery which response I wanna replicate using Simulink blocks in order to generate C Code. The main problem is that I have a "Infinite Loop" problem so I can't generate C Code. The infinite loop can easily be solved using a unit delay, but when you incorporate it to the model, the current (and the battery voltage) signal starts to oscillate in the moment the change between charge/discharge state occurs. To achieve that change from discharge to charge states I use a switch block (I've already tried to change the switch block using logic and that solution does not work).
0 Kommentare
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!