Definition
Fourier coefficients are the unique amplitudes that minimize the mean-square error between a function and its trigonometric polynomial approximation.
Why It Matters
Fourier coefficients are the ‘DNA’ of a signal; by extracting them, we can decompose any complex data—from a JPEG image to a seismic wave—into its constituent parts, enabling the filtering, compression, and analysis that power modern digital life.
Core Concepts
- Euler-Fourier formulas:
-
- How to read: “The coefficient a zero equals one divided by two pi times the integral of f from zero to two pi.”
- Meaning: Mean (DC) value of f over one period—constant term in the Fourier series.
-
- How to read: “The coefficient a k equals one divided by pi times the integral of the function f times the cosine of the quantity k x.”
- Meaning: Amplitude of cosine harmonic k—how much f correlates with .
-
- How to read: “The coefficient b k equals one divided by pi times the integral of the function f times the sine of the quantity k x.”
- Meaning: Amplitude of sine harmonic k—orthogonal projection onto .
-
- Orthogonal Projection: The coefficients are found by projecting the function onto the basis .
- Average Value: is the average value (DC component) of the function over one period.
- Independent Determination: Because of orthogonality, and can be calculated independently of all other coefficients.