The time-bandwidth tradeoff says that a signal cannot be both narrow in time and narrow in frequency. Make it narrow in one domain, it spreads out in the other.
This is a direct consequence of the Fourier transform’s time-scaling property:
Compressing in time by factor (smaller in time) stretches in frequency by the same factor (bigger in frequency). The two width quantities multiplied together stay roughly constant: time-width times bandwidth a constant of order 1.
Canonical examples
The cleanest example: the rectangle and the sinc. A rect of width in time has Fourier transform a sinc with first zeros at . Narrow rect (small ): wide sinc spectrum (first zeros far apart). Wide rect (large ): narrow sinc (first zeros close together).
The dual: a sinc of “width” in time has rect of width in frequency. Same tradeoff.
The impulse — the most narrow possible time-domain signal — has the broadest possible spectrum: , the same at every frequency (a “white” spectrum). And dually, a constant in time (infinite width, no localization in time) has spectrum — a single impulse at , maximum localization in frequency.
Why it’s fundamental
The same mathematics underlies the Heisenberg uncertainty principle in quantum mechanics: position and momentum are Fourier-conjugate variables, and a particle that’s narrow in position must be broad in momentum (and vice versa). The signals-and-systems version is just the time-frequency form of the same theorem.
A precise version of the tradeoff: for any signal with both a finite spread in time and finite spread in frequency (measured as standard deviations of and ), we have . Equality holds only for Gaussian signals — Gaussians are minimum-uncertainty in this sense.
Practical consequences
Pulse shaping in communications: a short pulse (good time localization, lets you fit many bits per second) requires a broad frequency band. There’s no way around this — narrow pulses need wide spectra. The standard tradeoff: a bit duration requires a bandwidth of order .
Filter design: a sharp frequency cutoff (narrow rolloff region in frequency) requires a long impulse response in time. A causal filter with brick-wall stopband would need an infinitely long impulse response (which is non-causal, but the principle is the same in the finite case). Sharper cutoff ⟹ longer time response.
Anti-aliasing filters: in Sampling applications, the anti-alias filter has to be sharp enough to block aliases without distorting the signal much. There’s a tradeoff between transition-band width (cleanliness of the cutoff) and filter length (delay introduced).
Smoothness and decay rate
A related principle: smoothness in one domain corresponds to fast decay in the other. A signal that is infinitely differentiable in time (very smooth) has a spectrum that decays faster than any power of . A signal with jumps has a spectrum that decays only as . A signal with kinks (continuous but discontinuous derivative) has spectrum decaying as .
The lesson: rough features in time = slow decay in frequency = lots of high-frequency content. Smooth signals are bandlimited in practice; rough signals are not.