Example of Computation of Fourier series of a CT SIGNAL

A practice problem on "Signals and Systems"


A periodic CT signal

Fourier series of x(t):
$ x(t)=\sum_{k=-\infty}^{\infty}a_ke^{jk\omega_0t} $

, where $ a_k $ is
$ a_k=\frac{1}{T}\int_0^Tx(t)e^{-jk\omega_0t}dt $.


Input CT signal: $ x(t) = cos4t+sin2t $

$ \,x(t)=\frac {e^{j4\pi t}+e^{-j4 \pi t}}{2} + \frac {e^{j2 \pi t}-e^{-j2 \pi t}}{2j} $


$ x(t)=\frac{1}{2}e^{j4\pi t}+\frac{1}{2}e^{-j4\pi t}+\frac{1}{2j}e^{j2\pi t}+\frac{-1}{2j}e^{-j2\pi t} $

$ a_4=\frac{1}{2} $

$ a_{-4}=\frac{1}{2} $

$ a_2=\frac{1}{2j} $

$ a_{-2}=\frac{-1}{2j} $

otherwise $ \,a_k $ values are zero.


Back to Practice Problems on Signals and Systems

Alumni Liaison

Recent Math PhD now doing a post-doctorate at UC Riverside.

Kuei-Nuan Lin