Fourier Transform Pairs and Applications
The Fourier Transform converts a time-domain signal into its frequency-domain representation, revealing which frequencies are present and how strong each one is. Knowing the standard transform pairs and properties lets you move fluidly between domains, which is the foundation for filter design, modulation, and system analysis.
Common Fourier Transform Pairs
A Fourier Transform pair links a time-domain function to its frequency-domain counterpart. If you memorize the most common pairs, you can often read off a transform (or inverse transform) without computing an integral.
| Time Domain | Frequency Domain | Where You'll See It |
|---|---|---|
| Rectangular pulse | Sinc function | Bandwidth analysis, communications |
| Gaussian | Gaussian | Probability, quantum mechanics |
| Exponential decay , | Lorentzian | Spectroscopy, resonance |
| Dirac delta | Constant | Impulse modeling |
| Constant | DC signals |
Dirac Delta and Constant Function
The delta-constant pair deserves special attention because it anchors many derivations.
- The Dirac delta transforms to a flat spectrum of value 1. Physically, an ideal impulse contains all frequencies in equal measure.
- A constant signal (DC) transforms to . That makes sense: a signal that never oscillates has energy only at zero frequency.
These two pairs are duals of each other (more on duality below), and they show up constantly when you derive other transform pairs or verify properties.
Fourier Transform Properties
Properties let you handle operations like shifting, scaling, and combining signals without re-deriving the transform integral every time. Each property connects a time-domain operation to a specific frequency-domain effect.
Linearity
If and , then for any constants and :
This means you can break a complicated signal into simpler pieces, transform each one separately, and add the results. It's the reason superposition works in the frequency domain.
Time-Shifting Property
Delaying a signal by seconds does not change its magnitude spectrum. It only adds a linear phase shift:
The factor rotates the phase of each frequency component by an amount proportional to . The magnitude stays the same, which matches intuition: sliding a signal in time doesn't change what frequencies are present, only when they arrive.
Frequency-Shifting Property
Multiplying by a complex exponential in time shifts the entire spectrum:
This is the mathematical basis of modulation. When you multiply a baseband signal by a carrier at frequency , you move its spectrum up to center on .
.svg.png)
Scaling Property
Compressing a signal in time spreads it out in frequency, and vice versa:
For the signal gets shorter in time but wider in frequency. For it stretches in time and narrows in frequency. This inverse relationship between time duration and bandwidth is a recurring theme in signal processing and is closely related to the uncertainty principle.
Convolution and Multiplication Properties
These two properties are duals of each other and together form the most practically powerful tools in Fourier analysis.
Convolution Property
Convolution in time becomes multiplication in frequency:
Why this matters: the output of any linear time-invariant (LTI) system equals the convolution of the input with the system's impulse response . In the frequency domain that convolution reduces to simple multiplication:
- Transform the input: .
- Transform the impulse response: (the transfer function).
- Multiply: .
- Inverse transform to get the output: .
This is far easier than evaluating the convolution integral directly, and it's exactly how frequency-domain filter design works. You specify the desired and let multiplication do the filtering.
Multiplication Property
Multiplication in time becomes convolution in frequency (scaled by ):
Two key applications:
- Amplitude modulation (AM): Multiplying a message signal by a cosine carrier in time convolves their spectra, creating the familiar sidebands around the carrier frequency.
- Windowing: Multiplying a signal by a finite-length window function in time convolves the signal's spectrum with the window's spectrum. That's why different window shapes (Hamming, Hanning, etc.) produce different spectral leakage characteristics.
The convolution and multiplication properties are mirror images of each other. Whenever an operation is hard in one domain, check whether it becomes simple multiplication or a known convolution in the other domain.
Duality Property and Implications
Duality Property Explained
Duality says that the Fourier Transform "works both ways" in a very specific sense. If you already know a transform pair, you can swap the roles of time and frequency to get a second pair for free.
Formally, given :
In words: take the frequency-domain function , treat it as a function of time, and its Fourier Transform is times the original time-domain function evaluated at .
Quick example: You know . By duality, , which confirms the constant-to-delta pair from the table above.
Implications for Signal Analysis
The duality property reinforces the inverse relationship between time duration and frequency bandwidth. A signal that is narrow in time must be broad in frequency, and a signal that is narrow in frequency must be broad in time. This isn't just a mathematical curiosity; it has direct engineering consequences:
- Short pulses (like radar chirps) occupy wide bandwidths.
- Narrowband filters require long impulse responses.
- Time-frequency analysis methods (spectrograms, wavelet transforms) are all constrained by this tradeoff.
Duality also serves as a useful sanity check. Whenever you derive a new transform pair or verify a property, you can apply duality to see if the "swapped" version also makes physical sense. If it doesn't, something went wrong in the derivation.