Linearize at Triggered Simulation Events
This example shows how to use the Linear Analysis Tool to linearize a model at specific
events in time. Linearization events can be trigger-based events or function-call events.
Specifically, the model is linearized at the steady-state operating points 2500, 3000, and
3500 rpm.
1 Open Simulink model.
sys = 'scdspeedtrigger';
open_system(sys)
To help identify when the system is at steady state, the Generate settling time events
block generates settling events. This block sends rising edge trigger signals to the
Operating Point Snapshot block when the engine speed settles near 2500, 3000, and
3500 rpm for a minimum of five seconds.
2 Linearization