5.DSP_Tut5
5.DSP_Tut5
Q.1 [CO2]: Determine the coefficient {h(n)} of a linear phase FIR filter of length M=15 which
has symmetric unit sample response and a frequency response that satisfies the condition
⎛ 2πk ⎞ ⎧ 1, k = 0,1,2,3
Hr⎜ ⎟=⎨
⎝ 15 ⎠ ⎩0, k = 4,5,6,7
Q.2 [CO2]: Determine the unit sample response {h(n)} of a linear phase FIR filter of length
M=4 for which the frequency response at ω=0 and ω=π/2 is specified as
H r (0) = 1, H r (π / 2) = 0.5
Q.5 [CO2]: Design the symmetric FIR low pass filter whose desired frequency response is given
as,
⎧e − jωτ for ω ≤ ω c
H d (ω ) = ⎨ .
⎩ 0, otherwise
The length of the filter should be 7 and ωc =1 rad/sample. Use rectangular window for your
design.
Q6.[CO2] Design the bandpass linear phase FIR filter of order six, having cutoff frequencies of
ωc1 = 1 rad/sample and ωc2 = 2 rad/sample. Obtain the unit sample response through rectangular
window function
Q7. [CO2] Design a linear phase FIR filter using hamming window with M=15, which satisfies
following specifications
⎧1 for ω ≤ π / 4
H d (ω ) = ⎨
⎩0, otherwise
Without using inbuilt command of MATLAB, write your own code to obtain the plots of
hamming window function and the magnitude response of the designed filter.
Q8. [CO2] We want to design a Discrete Time Low Pass Filter for a voice signal. The
specifications are:
Passband Fp = 4 kHz, with 0.8dB ripple;
Stopband FS = 4.5 kHz, with 50dB attenuation;
Sampling Frequency Fs= 22 kHz.
Determine a) the discrete time Passband and Stopband frequencies, b) the maximum and
minimum values of |H(ω)| in the Passband and the Stopband, where |H(ω)| is the filter frequency
response.
Q9. [CO2]: We want to design a linear phase FIR Filter using Blackman window which should
satisfy following characteristics: Passband 10 kHz, Stopband 11 kHz, with attenuation of 50dB,
Sampling frequency 44 kHz. Determine the expression and order for the causal impulse response
h [n] that will facilitate the computation of filter coefficients. And, also provide an expression for
the phase within the passband.