(z-0.01373) (z-0.6065) (z-0.6386) (z-0.8588) (z-0.9754)
Sample time: 0.05 seconds
Discrete-time zero/pole/gain model.
Linearizing the Model Using Simulink Control Design Commands
We can reproduce these results using the command line interface of Simulink Control
Design.
model = 'scdmrate';
io(1) = linio('scdmrate/Constant',1,'input');
io(2) = linio('scdmrate/sysTs2',1,'openoutput');
sys = zpk(linearize(model,io))
sys =
From input "Constant" to output "sysTs2":
0.0001057 (z+22.76) (z+0.912) (z-0.9048) (z+0.06495)
-------------------------------------------------------
(z-0.6065) (z-0.6386) (z-0.8588) (z-0.9754) (z-0.01373)
Sample time: 0.05 seconds
Discrete-time zero/pole/gain model.
2 Linearization