Howto find out the distance travelled by a point on a rotating ceiling fan?
Show older comments
I'm trying to find the rpm of the ceiling fan using MATLAB. The idea is to mark a point and take images of the rotating fan.
Accepted Answer
More Answers (1)
between two continuous frames, find the distance(d). You ll know the frame rate. 's' in seconds will be the time between frames(t). And v=rw where v is the velocity=distance divided by time(d/t), r will be the distance between the center of the fan and your point. w will give you the rps. convert to rpm.
Checks: 1. Frame rate of your imaging device must be sufficiently good. That is your device should make at least 2 pictures before your fan completes one rotation.
2. v should be distance/time. But you will most probably end up calculating displacement/time.
3. rpm and rps conversions
Categories
Find more on Physical and Time Unit Conversions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!