next up previous
Up: Collected Problems Previous: Implementation of FIR Filters

Frequency Response of FIR Filters

Throughout this problem consider the length-three moving average FIR filter

\begin{displaymath}y[n] = \frac{1}{3} \sum_{k=0}^2 x[n-k].
\end{displaymath}

1.
Compute the output of this filter if the input is $x_1[n]=\exp(j 2 \pi 0
n)$. (Hint: sketch x1[n] first.)
Provide your answer both as a sequence of numbers and in the form $y_1[n]=H_1
\exp(j 2 \pi 0 n)$, where H1 is a constant.
2.
Compute the output of this filter if the input is $x_2[n]=\exp(j 2 \pi \frac{1}{2}
n)$. (Hint: sketch x2[n] first.)
Provide your answer both as a sequence of numbers and in the form $y_2[n]=H_2
\exp(j 2 \pi \frac{1}{2} n)$, where H2 is a constant.
3.
Compute the output of this filter if the input is x[n]=x1[n]+3x2[n].
Provide your answer both as a sequence of numbers and in the form $y[n]=H_1
\exp(j 2 \pi 0 n) + H_2 \exp(j 2 \pi \frac{1}{2} n)$, where H1 and H2 are constants.
4.
Compute the frequency response of this filter.
5.
Bonus: For which frequency is the frequency response equal to 0?



Prof. Bernd-Peter Paris
2001-10-02