> anishgoyal โ–ˆ


Notes โ€บ ENGR 2341: Signals and Systems Lecture 8

Fourier Series

calendar_today   article 352 words   access_time 3 min   replay Modified

Table of Contents

Harmonic Sum of Sinusoids

$$x(t) = A_{0} + \sum_{k=0}^N A_{k} \cos(k\omega_{0}t + \phi_{k})$$

Fourier Series

Fourier Analysis

$$ a_{k} = \frac{1}{T_{0}} \int_{0}^{T_{0}}x(t)e^{-j\omega_{0}kt} \ \mathrm{d}t $$

Fourier Synthesis

Complex exponentials

  1. Loop over $k \in [-N, N]$
  2. Compute each harmonic $x_k(t) = a_k e^{j\omega_0 kt}$
  3. Add each computed harmonic to the running sum $x(t)$

Sum of cosines

  1. Loop over $k \in [0, N]$
  2. Compute each harmonic $x_k(t) = A_{k} \cos(\omega_{0}kt)$
  3. Add each computed harmonic to the running sum $x(t)$

References

Sources

Graph