Signal Processing
From time domain to frequency domain and back.
Fourier Series
Any periodic function can be decomposed into sinusoids:
\[f(t) = \frac{a_0}{2} + \sum_{n=1}^{\infty} \left[ a_n \cos(n\omega_0 t) + b_n \sin(n\omega_0 t) \right]\]
Where:
\[a_n = \frac{2}{T} \int_0^T f(t) \cos(n\omega_0 t) \, dt\]
\[b_n = \frac{2}{T} \int_0^T f(t) \sin(n\omega_0 t) \, dt\]
Fourier Transform
Sampling Theory
Digital Filters
FIR (Finite Impulse Response)
\[y[n] = \sum_{k=0}^{M} b_k x[n-k]\]
-
Always stable
-
Linear phase possible
-
Higher order needed for sharp cutoffs
Applications
Audio
-
Compression: MP3, AAC use psychoacoustic models + transform coding
-
Effects: Reverb, chorus, EQ via convolution/filtering
-
Analysis: Pitch detection, spectrograms
Related
-
Violin Acoustics — Wave equations and harmonics
-
Applied Mathematics — Overview
-
Radio — RF signal processing