Popular

Fourier transform

The Fourier transform is an integral transform that maps a function of a real variable (often time) to a function of a complex variable (frequency). It decomposes the signal into an orthogonal basis of harmonic oscillations. The result (spectrum) shows the amplitude and phase of each frequency component. The inverse transform allows reconstructing the original signal. Thanks to the Fast Fourier Transform (FFT), the algorithm works very quickly and is used everywhere in signal processing.

History

French mathematician Joseph Fourier proposed this idea in 1807 while studying how heat propagates in solids. He realized that any temperature distribution could be represented as a sum of simple waves. Later, the method began to be applied everywhere — from music to quantum physics.

How it works

Imagine that from a footprint in the sand you need to guess which waves left it. The Fourier transform acts like a detective: it alternately tries on waves of different lengths and strengths to the footprint. Where the match is good, a big 'clue' appears. In a computer, this is done by multiplying the signal by test sinusoids and summing the results. The result is a spectrum — a graph showing which frequencies are present.

💡 In quantum mechanics, the momentum representation of the wave function is the Fourier transform of its coordinate representation. The Heisenberg uncertainty principle arises from the properties of the Fourier transform: the narrower the signal in time, the wider its spectrum.
Links in the knowledge graph 1
Related tags
Fourier seriesinterferometryQuantum Fourier transformspectroscopywave function

Related articles

No articles yet