Fiveable

📡Bioengineering Signals and Systems Unit 5 Review

QR code for Bioengineering Signals and Systems practice questions

5.1 Fourier series expansion for periodic signals

5.1 Fourier series expansion for periodic signals

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📡Bioengineering Signals and Systems
Unit & Topic Study Guides

Periodic signals repeat at regular intervals and can be broken down into simpler sinusoidal components. This breakdown, called a Fourier series, represents the signal as a sum of sine and cosine waves with different frequencies and amplitudes.

The Fourier series helps us understand and analyze complex periodic signals. By calculating the coefficients for each component, we can reconstruct the original signal with varying levels of accuracy, depending on how many terms we include in the series.

Periodic Signals and Fourier Series Expansion

Properties of periodic signals

  • Repeat at regular intervals (period TT) satisfying x(t)=x(t+nT)x(t) = x(t + nT), where nn is an integer
  • Fundamental period TT is the smallest positive value that satisfies the periodicity condition
  • Fundamental frequency f0f_0 is the reciprocal of the fundamental period f0=1Tf_0 = \frac{1}{T}
  • Can be decomposed into a sum of sinusoids with frequencies that are integer multiples of the fundamental frequency (harmonics)
    • Example: Square wave consists of odd harmonics of the fundamental frequency
Properties of periodic signals, Interference and Complex Tones – Introduction to Sensation and Perception

Fourier series for periodic signals

  • Represents a periodic signal as an infinite sum of sinusoids with frequencies that are integer multiples of the fundamental frequency
  • Consists of a DC component (average value), cosine terms, and sine terms representing oscillatory components at different frequencies
  • General form of the Fourier series for a periodic signal x(t)x(t):
    • x(t)=a0+n=1(ancos(nω0t)+bnsin(nω0t))x(t) = a_0 + \sum_{n=1}^{\infty} (a_n \cos(n \omega_0 t) + b_n \sin(n \omega_0 t))
      • a0a_0 is the DC component
      • ana_n and bnb_n are the Fourier series coefficients
      • ω0=2πf0\omega_0 = 2\pi f_0 is the fundamental angular frequency
  • Example: Sawtooth wave has a Fourier series with both cosine and sine terms
Properties of periodic signals, Periodic summation - Wikipedia

Derivation of Fourier coefficients

  • Fourier series coefficients (a0a_0, ana_n, and bnb_n) calculated using the following formulas:
    1. DC component: a0=1TT/2T/2x(t)dta_0 = \frac{1}{T} \int_{-T/2}^{T/2} x(t) dt
    2. Cosine coefficients: an=2TT/2T/2x(t)cos(nω0t)dta_n = \frac{2}{T} \int_{-T/2}^{T/2} x(t) \cos(n \omega_0 t) dt
    3. Sine coefficients: bn=2TT/2T/2x(t)sin(nω0t)dtb_n = \frac{2}{T} \int_{-T/2}^{T/2} x(t) \sin(n \omega_0 t) dt
  • Integration limits can be adjusted to any interval of length TT (e.g., [0,T][0, T])
  • Coefficients determine the amplitude and phase of each sinusoidal component in the Fourier series
    • Example: For a square wave, a0a_0 is the average value, and ana_n decreases as 1n\frac{1}{n} for odd nn, while bn=0b_n = 0

Signal reconstruction via Fourier series

  • Periodic signal reconstructed by summing the DC component and sinusoidal components
    • Sinusoidal components obtained by multiplying Fourier series coefficients with corresponding cosine and sine terms
  • Reconstructed signal is an approximation of the original signal
    • Accuracy improves as more terms are included in the Fourier series
  • In practice, a finite number of terms (NN) are used for reconstruction:
    • x(t)a0+n=1N(ancos(nω0t)+bnsin(nω0t))x(t) \approx a_0 + \sum_{n=1}^{N} (a_n \cos(n \omega_0 t) + b_n \sin(n \omega_0 t))
  • Choice of NN depends on desired accuracy and complexity of the signal
    • Higher NN results in better approximations but increases computational complexity
    • Example: Reconstructing a square wave with 10 terms provides a good approximation, while 100 terms yields a nearly perfect reconstruction