So basically I have a signal theta and I want to calculate it's value before the event and at the time of the event.
Finding the value of a signal before and at the time of the event in Simulink? Other than using "ToWorkspace' block of simulink.
1 次查看(过去 30 天)
显示 更早的评论
I have simulink model IEEE39 Test system (Transmission Network System). I want to calculate a factor K = Δθr - Δθs ,so Δθr= regional angle behaviour and Δθs= system wide angular behaviour, where Δθr = θrp - θra i.e. (θrp = pre-event value and θra = at the time of event value) . Similary for the Δθs , it has pre-event system value and 'at the time of event' value. So, when I start the simulation and add an event (a fault or any disturbance), I need to calculate this factor while the simulation is running. I don't want to send the values to workspace and run the simulation twice therefore need suggestions/assistance in this regard. Thank you.
采纳的回答
Benjamin Thompson
2022-2-10
Use the event to trigger an enabled subsystem. Theh output of an enabled subsystem only changes when or while it is triggered, so you could connect that to a display or scope block. Possibly two enabled subsystems depending on how you are defining the event signals.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!