272 Chapter 6. Function Reference
K2 = h2syn(wghtic,nmeas,nctrls)
rifd(K2)
Poles:
real imaginary frequency damping
(rad/sec) ratio
-1.4046e-01 -2.3161e-01 2.7087e-01 0.5186
-1.4046e-01 2.3161e-01 2.7087e-01 0.5186
-1.5863e+00 3.4754e+00 3.8203e+00 0.4152
-1.5863e+00 -3.4754e+00 3.8203e+00 0.4152
-5.2060e+00 0.0000e+00 5.2060e+00 1.0000
Zeros:
real imaginary frequency damping
(rad/sec) ratio
-5.0000e-02 -3.1225e-01 3.1623e-01 0.1581
-5.0000e-02 3.1225e-01 3.1623e-01 0.1581
-5.0000e+00 0.0000e+00 5.0000e+00 1.0000
-2.0000e+01 0.0000e+00 2.0000e+01 1.0000
omega = logspace(0.001,100,200)
K2g = freq(K2,omega)
gph1 = ctrlplot(K2g,{bode});
gph1 = plot(gph1,{title="K2"})?