Complete reference for signal processing, frequency domain analysis, and engineering mathematics
The Fourier Transform decomposes a function into its frequency components. It transforms a time-domain signal into its frequency-domain representation, revealing which frequencies are present and their amplitudes.
| Time Domain f(t) | Frequency Domain F(ω) | Notes |
|---|---|---|
| δ(t) | 1 | Dirac delta (impulse) - contains all frequencies equally |
| 1 | 2πδ(ω) | Constant DC signal |
| eiω₀t | 2πδ(ω - ω₀) | Complex exponential (single frequency) |
| cos(ω₀t) | π[δ(ω - ω₀) + δ(ω + ω₀)] | Cosine wave - two impulses at ±ω₀ |
| sin(ω₀t) | iπ[δ(ω + ω₀) - δ(ω - ω₀)] | Sine wave |
| u(t)e-at | 1/(a + iω) | Exponential decay (a > 0), u(t) is unit step |
| rect(t/τ) | τ sinc(ωτ/2) | Rectangular pulse of width τ |
| sinc(at) | (π/a) rect(ω/(2a)) | Sinc function → rectangular in frequency |
| e-a|t| | 2a/(a² + ω²) | Two-sided exponential |
| e-πt² | e-πω² | Gaussian → Gaussian (self-reciprocal) |
| Property | Time Domain | Frequency Domain | Description |
|---|---|---|---|
| Linearity | af(t) + bg(t) | aF(ω) + bG(ω) | Transform of sum = sum of transforms |
| Time Shifting | f(t - t₀) | e-iωt₀ F(ω) | Delay adds linear phase shift |
| Frequency Shifting | eiω₀t f(t) | F(ω - ω₀) | Multiplication by complex exponential |
| Time Scaling | f(at) | (1/|a|) F(ω/a) | Compress time ↔ Expand frequency |
| Differentiation | f'(t) | iω F(ω) | Derivative ↔ Multiply by iω |
| Integration | ∫-∞t f(τ) dτ | F(ω)/(iω) + πF(0)δ(ω) | Integral ↔ Divide by iω |
| Convolution | f(t) * g(t) | F(ω) G(ω) | Convolution ↔ Multiplication |
| Multiplication | f(t) g(t) | (1/2π) F(ω) * G(ω) | Multiplication ↔ Convolution |
| Parseval's Theorem | ∫ |f(t)|² dt | (1/2π) ∫ |F(ω)|² dω | Energy conservation |
| Duality | F(t) | 2π f(-ω) | Swap time and frequency domains |
Given: f(t) = rect(t/τ) = { 1 for |t| < τ/2, 0 otherwise }
Result: ℱ{rect(t/τ)} = τ sinc(ωτ/2)
Given: ℱ{f(t)} = F(ω). Find ℱ{f(t - t₀)}
Result: Time delay introduces linear phase shift e-iωt₀
| Time Domain | Frequency Domain |
|---|---|
| f(t) real | F(-ω) = F*(ω) (Conjugate symmetric) |
| f(t) real and even | F(ω) real and even |
| f(t) real and odd | F(ω) imaginary and odd |
| f(t) imaginary | F(-ω) = -F*(ω) |