ECE 464/564: Digital Signal Processing - Winter 2016 Homework...

2

Click here to load reader

Transcript of ECE 464/564: Digital Signal Processing - Winter 2016 Homework...

Page 1: ECE 464/564: Digital Signal Processing - Winter 2016 Homework …classes.engr.oregonstate.edu/eecs/winter2016/ece564/H… ·  · 2016-02-04ECE 464/564: Digital Signal Processing

ECE 464/564: Digital Signal Processing - Winter 2016Homework 5

Due Tue. Feb 16, 2016

1. Consider the class of discrete-time filters whose frequency response has the form

H(ejω) = |H(ejω)|e−jαω

where |H(ejω)| is a real and nonnegative function of ω and α is a real constant. These class offilters is referred to as linear-phase filters.Consider also the class of discrete-time filters whose frequency response has the form

H(ejω) = A(ejω)e−jαω+jβ

where A(ejω) is a real function of ω (can be both positive and negative), α and β are real constants.This class of filter are referred to as generalized linear-phase filters.

For each of the filters in the following figure determine whether it is a generalized linear phase orlinear phase filter. If it is generalized linear-phase, then find A(ejω), α and β.

2. Following figure shows the zero locations for several different system functions. For each plot, statewhether the system function could be generalized linear-phase system implemented by a linearconstant coefficient difference equation with real coefficients.

1

Page 2: ECE 464/564: Digital Signal Processing - Winter 2016 Homework …classes.engr.oregonstate.edu/eecs/winter2016/ece564/H… ·  · 2016-02-04ECE 464/564: Digital Signal Processing

Consider the following zeros for each systemH1(z) has zeros at z=(0.5±05j), (1±1j)H2(z) has zeros at z=(0.5+05j), (1+1j)H3(z) has zeros at z=2,-1, 0.5

3. A linear phase FIR system has a real impulse response h[n] whose z-transform is known to haveform

H(z) = (1− az−1)(1− ejπ2 z−1)(1− 0.5z−1)(1− cz−1)(1− bz−1)

where a, b and c are zeros of H(z) that you are to find. It is also known that H(ejω) = 0 forω = 0. This information and knowledge of the properties of linear-phase systems are sufficient tocompletely determine the system function (and therefore the impulse response) and to answer thefollowing questions:

(a) Determine the length of the impulse response (i.e. the number of nonzero samples).

(b) Determine the group delay of the system in samples.

(c) Determine the unknown zeros a, b and c (a 6= 0, b 6= 0, c 6= 0).

(d) Determine the values of the impulse response and sketch it as a stem plot.

(e) Is this a Type I, Type II, Type III or Type IV system?

4. H(z) is the transfer function of a stable LTI system and is given by:

H(z) =(1− 2z−1)(1− 0.75z−1)

z−1(1− 0.5z−1)

(a) H(z) can be expressed as Hmin(z)Hap(z) = H(z) where Hmin(z) is a minimum-phase systemand Hap(z) is an all pass system. Determine a choice for Hmin(z) and Hap(z) .

(b) H(z) can also be expressed as Hmin(z)Hlin(z) = H(z) where Hmin(z) is a minimum-phasesystem and Hlin(z) is a generalized linear-phase system. Determine a choice for Hmin(z) andHlin(z) .

2