This document describes computing Fourier series and power spectra with MATLAB. It discusses:
1) Representing signals in the frequency domain using Fourier analysis instead of the time domain. Fourier analysis allows isolating certain frequency ranges.
2) Computing Fourier series coefficients involves representing a signal as a sum of sines and cosines with different frequencies, and using integral properties to solve for coefficients.
3) Examples are provided to demonstrate Fourier series reconstruction of simple signals like a sine wave and square wave. The square wave example is used to derive its Fourier series coefficients analytically.
4) Computing Fourier transforms of discrete data uses a discrete approximation to integrals via the trapezoidal rule. A Fast Fourier Transform algorithm improves efficiency