Find the natural frequency of osciallation of a pendulum or any other object using object tracking algorithm in MATLAB by plotting tracked oscillations.
A video of the object oscillating is being feed to the programm, then the user can run the MATLAB code to find the natural frequency
1. Video Processing Toolbox of MATLAB.
2. Object tracking algorithm of video processing toolbox of MATLAB.
- Pendulum_tracking.m : A MATLAB script file to run the code for finding the natural frequency.
- slowpendu : Video used to track the position( unzip the 4 files together in order to get the video, because the size of video was large)
To deploy this project run-
- You can change the video according to your choice in order to run the code for any video in which you want to track oscillations.