| $f(x)$ | $\hat{f}(\xi)$ |
|---|---|
| $\delta(x)$ | $1$ |
| $1$ | $\delta(\xi)$ |
| $e^{-\pi x^2}$ | $e^{-\pi\xi^2}$ |
| $\text{rect}(x)$ | $\text{sinc}(\xi)$ |
| $e^{-a|x|}$ | $\frac{2a}{a^2+(2\pi\xi)^2}$ |
| $\cos(2\pi\omega_0 x)$ | $\frac{1}{2}[\delta(\xi-\omega_0)+\delta(\xi+\omega_0)]$ |
| $e^{-ax^2}$ | $\sqrt{\frac{\pi}{a}}e^{-\pi^2\xi^2/a}$ |
| Property | Fourier Series | Fourier Transform | DFT/FFT |
|---|---|---|---|
| Domain | Periodic on $[-L,L]$ | Entire real line | Finite discrete sequence |
| Frequency | Discrete: $n\pi/L$ | Continuous: $\xi \in \mathbb{R}$ | Discrete: $k/N$ |
| Result | Coefficients $c_n$ | Function $\hat{f}(\xi)$ | Vector $X_k$ |
| Computation | Integration (analytic) | Integration (analytic) | FFT $O(N\log N)$ |
| Invertible | Yes (if $L^2$) | Yes (if $L^1$) | Yes |
| Use Case | Periodic signals, PDEs | Theory, analysis | Numerical computation |