User`s guide

Table Of Contents
9 Design Case Studies
9-28
Type
ddamp(poles,Ts)
to see the equivalent damping and natural frequency for each of the
eigenvalues.
To analyze this design, form the closed-loop system and plot the closed-loop
step response.
cloop = feedback(oloop,k);
step(cloop)
This response depends on your closed loop set point. The one shown here is
relativelyfast and settles in about0.07seconds. Therefore,this closed loop disk
drive system has a seek time of about 0.07 seconds. This is slow by today's
standards, but you also started with a very lightly damped system.