I want to implement a zero order hold method to a second order system of the usual form
$$ w^2 / (s^2 +2zw*s + w^2)$$
Where 'w' is the natural frequency of the system and 'z' the damping ratio.
How should i implement Shannon's theorem to choose the correct sampling period for the system?