0% found this document useful (0 votes)
4 views3 pages

5.DSP_Tut5

The document is a tutorial sheet for Digital Signal Processing at Jaypee Institute of Information Technology, focusing on linear phase FIR filter design. It includes various questions related to FIR filter coefficients, frequency responses, pole-zero plots, and specific design requirements for low pass and bandpass filters. The tutorial aims to enhance understanding of FIR filters through practical design tasks and theoretical analysis.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views3 pages

5.DSP_Tut5

The document is a tutorial sheet for Digital Signal Processing at Jaypee Institute of Information Technology, focusing on linear phase FIR filter design. It includes various questions related to FIR filter coefficients, frequency responses, pole-zero plots, and specific design requirements for low pass and bandpass filters. The tutorial aims to enhance understanding of FIR filters through practical design tasks and theoretical analysis.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

JAYPEE INSTITUTE OF INFORMATION TECHNOLOGY

Electronics and Communication Engineering


Digital Signal Processing (15B11EC413)
Tutorial Sheet: 6

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.3 [CO2]: Consider the pole-zero plot shown in fig below

(a) Does it represent an FIR filter?


(b) Is it a linear-phase system
(c) Give a direct-form realization that exploits all symmetries to minimize the number of
multiplications. Show all path gains
Q.4 [CO2]: The following transfer function characterizes an FIR filter (M=11). Determine the
magnitude response and show that the phase and group delays are constant
M −1
H ( z ) = ∑ h( n) z − n
n =0

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.

You might also like