Chapter 9Practical Applications
You've built the machinery. Here's where it actually runs — you interact with the Fourier transform dozens of times a day without noticing.
EQ, noise reduction, MP3
An equalizer is Chapter 5's spectrum editor made physical — boost or cut a frequency band directly. Noise reduction zeroes a narrow hum (a 60 Hz mains buzz, say). MP3/AAC compression discards the frequencies human hearing barely perceives.
JPEG, blur/sharpen, MRI
JPEG compression is Chapter 8's low-pass filter. Photo "sharpen" and "blur" tools boost or cut high frequencies directly. MRI scanners are stranger still: they acquire raw data already in the frequency domain and reconstruct the image with an inverse transform.
Radio, WiFi, 4G/5G
Tuning a radio dial is picking one frequency out of everything in the air — Chapter 1's "frequency = spin speed," made literal. WiFi and cellular data (OFDM) split a signal across thousands of simultaneous frequency carriers, encoded and decoded by an FFT chip in real time.
Vibration & structural analysis
Engineers run accelerometer data through a spectrum to find a bridge's or an engine's resonant frequencies — the ones a small push can amplify into a large, dangerous sway. A worn bearing or gear often shows up as one specific, recognizable frequency spike.
Try it: tune a radio
A radio receiver doesn't "hear" one station and ignore the rest — every station's signal arrives at the antenna at once, all mixed together, exactly like Chapter 2's sum of waves. Tuning the dial is choosing which frequency band to isolate and listen to.
Turn the knob to sweep across the dial. The nearest station locks in and plays its tone below.
The full loop, once more
A signal is sampled respecting the Nyquist limit (Ch. 6); the FFT turns those samples into a spectrum (Ch. 7) using the same rotating-phasor idea as the epicycles (Ch. 4); that spectrum — of a sound (Ch. 5) or an image (Ch. 8) — is edited, filtered, or compressed directly; and an inverse transform, the same formula run backwards, rebuilds a time- or space-domain signal as a sum of sine waves (Ch. 3). Every example on this page is that loop, wearing a different costume.