- The frequency response of a continuous-time low-pass filter is given by
\[
H(\omega) = \begin{cases}
1,&~~|\omega| \le \omega_{max} \\
0&~~otherwise
\end{cases}
\]
What is its impulse response $h(t)$?
- The frequency response of a continuous time bandpass filter is given by
\[
H(\omega) = \begin{cases}
1,&~~\omega_{min} \le |\omega| \le ~\omega_{max} \\
0,&~~otherwise
\end{cases}
\]
What is its impulse response $h(t)$? Note that according to the above specification, the frequency response actually has two pass bands: $-\omega_{max} \le \omega -\omega_{min}$ and $\omega_{min} \le \omega \le \omega_{max}$. Nevertheless, you should be able to build upon the solution to IX-1 using the frequency shift property.
- The frequency response of a discrete time low-pass filter is given by
\[
H(\Omega) = \begin{cases}
1,&~~|\Omega| \le \Omega_{max} \\
0&~~\Omega_{max} < |\Omega| \le \pi \\
H(\Omega + 2\pi)
\end{cases}
\]
What is the impulse response $h[n]$ of the system?
- The frequency response of a discrete time band-pass filter is given by
\[
H(\Omega) = \begin{cases}
1,&~~\Omega_{min} < |\Omega| \le \Omega_{max} \\
0&~~0 \le |\Omega| \le \Omega_{min} \\
0&~~\Omega_{max} < |\Omega| \le \pi \\
H(\Omega + 2\pi)
\end{cases}
\]
What is the impulse response $h[n]$ of the system? Note that you can use the frequency shift property.