Week 1 — Periodic Functions & Fourier Coefficients (Complex Form)
Purpose, Context & Signal Motivation (complex-only)
We model periodic signals using the orthonormal family of complex exponentials \(e_n(x)=e^{2\pi i n x}\) on \([0,1]\).
A 1-periodic signal \(f\) is represented formally by the Fourier expansion
\(f(x)\sim\sum_{n\in\mathbb Z}\widehat f(n)\,e^{2\pi i n x}\),
where the coefficients \(\widehat f(n)\) are obtained by projecting \(f\) onto \(e_n\).
use orthonormality \(\langle e_m,e_n\rangle=\delta_{mn}\); apply conjugate symmetry for real \(f\); and exploit translation/modulation rules.
Conventions & Normalization (unitary, complex)
- Period & fundamental interval. \(f\) is \(T\)-periodic if \(f(x+T)=f(x)\). We work on any interval of length \(T\).
- Course default. Normalize to \(T=1\) with inner product \(\langle f,g\rangle=\int_0^1 f(x)\overline{g(x)}\,dx\).
Then \(\{e_n(x)=e^{2\pi i n x}\}_{n\in\mathbb Z}\) is orthonormal. - Coefficients & reconstruction. \(\widehat f(n)=\langle f,e_n\rangle\), and formally \(f\sim\sum_{n\in\mathbb Z}\widehat f(n)e^{2\pi i n x}\).
- Parseval/Plancherel. \(\displaystyle \int_0^1 |f(x)|^2\,dx=\sum_{n\in\mathbb Z}|\widehat f(n)|^2\).
Use \(\displaystyle \langle f,g\rangle_T=\frac{1}{T}\int_0^T f(t)\overline{g(t)}\,dt\), basis \(e_n^T(t)=e^{2\pi i n t/T}\),
coefficients \(\displaystyle C_n=\frac{1}{T}\int_0^T f(t)e^{-2\pi i n t/T}\,dt\), and \(f(t)\sim\sum_{n\in\mathbb Z}C_n e^{2\pi i n t/T}\).
Quick Reference (copy into your notebook)
- 1-periodic: \(f(x+1)=f(x)\).
- Mean over one period: \(\displaystyle \int_0^1 f(x)\,dx=\widehat f(0)\).
- Orthonormal atoms: \(\langle e_m,e_n\rangle=\int_0^1 e^{2\pi i m x}\overline{e^{2\pi i n x}}\,dx=\delta_{mn}\).
- Fourier coefficient: \(\displaystyle \boxed{\ \widehat f(n)=\int_0^1 f(x)\,e^{-2\pi i n x}\,dx\ }\).
- Series (formal): \(f(x)\sim\sum_{n\in\mathbb Z}\widehat f(n)e^{2\pi i n x}\).
- Real signals: If \(f\) is real-valued, then \(\widehat f(-n)=\overline{\widehat f(n)}\).
Signals → Periodicity → Inner Products → Orthonormal Exponentials
1. Signals & periodicity
\(I(t)\approx \widehat I(0)+\widehat I(1)e^{2\pi i t}+\widehat I(-1)e^{-2\pi i t}\) with \(\widehat I(-1)=\overline{\widehat I(1)}\) if \(I\) is real-valued.
2. Geometry via the inner product
Similarity is measured by \(\langle f,g\rangle=\int_0^1 f(x)\overline{g(x)}\,dx\). Orthogonality means \(\langle f,g\rangle=0\).
The exponentials \(\{e_n\}\) are orthonormal, so coefficients are obtained by projection: \(\widehat f(n)=\langle f,e_n\rangle\).
3. Formal reconstruction
Worked Examples — Computing \(\widehat f(n)\)
Example 1 — DC + single frequency
Then \(\widehat f(0)=I_0\), \(\widehat f(1)=A\), \(\widehat f(-1)=\overline{A}\), and \(\widehat f(n)=0\) for \(|n|\ge2\).
Example 2 — Phase shift
Then \(\widehat f(1)=\tfrac12 e^{-2\pi i a}\), \(\widehat f(-1)=\tfrac12 e^{2\pi i a}\), others \(0\).
Example 3 — Square wave
\[
\widehat f(n)=\frac{2}{\pi i n}\big(1-(-1)^n\big)=
\begin{cases}\displaystyle \frac{4}{\pi i\,n},& n\ \text{odd},\\[6pt] 0,& n\ \text{even},\end{cases}
\quad \widehat f(0)=0.
\]
Example 4 — Sawtooth wave
\[
\widehat f(n)=-\frac{1}{2\pi i\,n}=\frac{i}{2\pi\,n}.
\]
Example 5 — Triangle wave (even about \(x=\tfrac12\))
\[
\widehat f(\pm n)=\frac{4}{\pi^2 n^2}\ \ (\text{real}).
\]
Example 6 — From samples to coefficients (DFT viewpoint)
\[
\widehat f(n)\approx \frac{1}{N}\sum_{m=0}^{N-1} f(x_m)\,e^{-2\pi i n x_m},\qquad n=0,\dots,N-1.
\]
Meeting 1 — Periodicity, inner product, orthogonality (complex form)
1. Periodicity & one-period integrals
One-period integrals are translation-invariant:
\[
\int_0^1 f(x-y)\,dx=\int_0^1 f(x)\,dx\quad (y\in\mathbb R).
\]
2. Orthonormality of exponentials
3. Coefficients and projection
\boxed{\ \widehat f(n)=\int_0^1 f(x)\,e^{-2\pi i n x}\,dx\ }\quad (n\in\mathbb Z),\qquad
f(x)\sim\sum_{n\in\mathbb Z}\widehat f(n)\,e^{2\pi i n x}.
\]
Activities
Meeting 2 — Properties of \(\widehat f\): symmetry, translation, modulation
1. Conjugate symmetry (real signals)
2. Translation & modulation
If \(h(x)=e^{2\pi i k x} f(x)\) (modulation), then \(\widehat h(n)=\widehat f(n-k)\).
3. Two computations for \(\widehat f(n)\)
4. Smoothness vs. decay (heuristic)
Jump discontinuities produce \(O(1/|n|)\) tails and Gibbs oscillations near the jumps.
Style & Template Credit
Layout follows our program’s standard lecture-notes template. Content rewritten to a complex-exponentials-only normalization.