I implemented the mathematical model of the inverted pendulum in Simulink following the paper http://www.uta.edu/utari/acs/ee4314/lectures/Lecture%207b.pdf (last page). My task now is to discretize such model and design a discrete controller in Simulink (discrete PID).
From the theory I know that the sampling time of the system must satisfy the Nyquist sampling theorem.
How can I estimate (theoretically or experimentally) the highest frequency of the continuous time model in order to choose a proper sampling time?
Thanks