ELEC 320
Prof. Rich Kozick
Fall, 1997

Homework 15


Date Assigned: Wednesday, October 8, 1997
Date Due: Friday, October 10, 1997


Reading: Sections 4.1 and 4.2 in the text on Fourier Series.

1.
Please experiment with the Simulink demonstration of Fourier series that we used in class. You can access the demonstration from the course home page under Class Notes and Demonstrations. You do not have to submit anything for this part.

2.
In the Simulink demonstration fsgen.m, the three individual sine waves that are added together are

\begin{displaymath}
f_1(t) = \sin (2 \pi t)\end{displaymath}

\begin{displaymath}
f_3(t) = \sin (2 \pi 3 t)\end{displaymath}

\begin{displaymath}
f_5(t) = \sin (2 \pi 5 t)\end{displaymath}

Compute the ``inner products'' of pairs of these sine waves over the interval [0, 1]. That is, compute the following integrals:

\begin{displaymath}
\int_0^1 f_1(t) f_1(t) \, dt, \;\;\; 
\int_0^1 f_1(t) f_3(t) \, dt, \;\;\;
\int_0^1 f_1(t) f_5(t) \, dt\end{displaymath}

\begin{displaymath}
\int_0^1 f_3(t) f_3(t) \, dt, \;\;\;
\int_0^1 f_3(t) f_5(t) \, dt, \;\;\;
\int_0^1 f_5(t) f_5(t) \, dt \end{displaymath}

Some useful identities:

\begin{displaymath}
\sin^2 a = \frac{1}{2} \left[ 1 - \cos (2a) \right], \;\;\;
...
 ...\sin b = 
\frac{1}{2} \left[ \cos(a - b) - \cos (a + b) \right]\end{displaymath}

You may find it useful to sketch the integrand in each case.

3.
What does it mean geometrically when two vectors have an inner product of zero? Draw a picture of this situation in two dimensions.