THE WAGON WHEEL EFFECT
YET MORE ALIASING

You’ve probably noticed that wheels sometimes appear to spin backwards on film or television even when the vehicle they’re attached to is moving forward. This phenomenon is known as the Wagon Wheel Effect, and it’s caused by undersampling and aliasing.

A movie camera samples the light entering its lens 24 times per second. Recalling the Nyquist-Shannon Sampling Theorem, we know that our camera will be unable to properly film any phenomenon which cycles at a frequency greater than 12Hz. Whenever the camera undersamples, there will be an apparent reversal of motion when playing back the film.

Figure 1 demonstrates this effect. On the left side of the figure you see a rotating object. On the right side you see a sequence of “snapshots” which are taken at the sampling rate. You can adjust the sampling rate using the slider at the bottom of the figure.



Figure 1.  The Wagon Wheel Effect






If you play around with the visualization long enough, you’ll notice that in order to preserve the effect of clockwise motion in the snapshots you need to ensure that a picture is taken at least twice per every revolution of the moving object. Notice too that very weird things can happen if you set the sampling rate to special values. For example, if we take exactly one snapshot per revolution, the object will appear to be stationary in the snapshots.1 If you sample twice per revolution, the snapshots will show an object in motion, but it will be impossible to infer the direction of motion - it just flips back and forth.

In the next section we’ll take one final look at sampling theory before starting our investigations into the Discrete Fourier Transform.















































1. This is why the propellers and fans in factories must not spin at the same rate that the fluorescent lamps blink. Many a hand and finger has been lost because the stroboscopic rate of the fluorescent lamps causes the spinning machinery to appear stationary, and so safe for the insertion of fleshy appendages.