Simulink Control Design™ - MathWorks

(Tuis.) #1
Operating point specifications were successfully met.
States:
----------
(1.) scdspeed/Throttle & Manifold/Intake Manifold/p0 = 0.543 bar
x: 0.473 dx: 1.13e-11 (0)
(2.) scdspeed/Vehicle Dynamics/w = T//J w0 = 209 rad//s
x: 419 dx: -1.49e-10 (0)

Inputs:
----------
(1.) scdspeed/Throttle perturbation
u: 5.83 [-Inf Inf]

Outputs:
----------
(1.) scdspeed/rad//s to rpm
y: 4e+03 (4e+03)

Model Linearization

The operating points are now ready for linearization. First specify the input and output
points using the commands:

io(1) = linio('scdspeed/throttle (degrees)',1,'input');
io(2) = linio('scdspeed/Spark Advance',1,'input');
io(3) = linio('scdspeed/rad//s to rpm',1,'output');

Linearize the model and plot the Bode magnitude response for each condition.

sys = linearize('scdspeed',op,io);
bodemag(sys)

3 Batch Linearization

Free download pdf