Almost everything you hear, see, or transmit is secretly a sum of simple waves. A chord is a few pure tones stacked together; a photo is a landscape of light and dark ripples; a Wi-Fi packet is a comb of carefully chosen frequencies. The Fourier transform is the lens that pulls a signal apart into those pure waves and tells you how much of each one is present.
The catch is cost. Doing it the obvious way — the discrete Fourier transform (DFT) — compares the signal against every frequency, one sample at a time. For samples that is on the order of multiplications. Double the data and the work quadruples. At a million samples that is a trillion operations, and the whole idea collapses under its own weight.
Then, in 1965, James Cooley and John Tukey published a way to do exactly the same computation in steps. That gap — versus — is the difference between "impossible on real data" and "runs in milliseconds on your phone." This is the story of that trick.
Comments
Loading comments...