Description
Paper Assignment
- Determine the system function, magnitude response, and phase response of the following systems and use the pole-zero pattern to explain the shape of their magnitude response:
- y[n] = (π₯π₯[ππ] + π₯π₯[ππβ 1]) β (π₯π₯[ππβ 2] + π₯π₯[ππβ 3])
- y[n] = π₯π₯[ππ] βπ₯π₯[ππβ 4] + 0.6561π¦π¦[ππβ 4]
- Consider a periodic signal
x[n] = sin(0.1ππππ) + Β sin(0.3ππππ) + Β sin(0.5ππππ)
For each of the following systems, determine if the system imparts (i) no distortion, (ii) magnitude distortion, and/or (iii) phase (or delay) distortion.
- h[n] = {1ππ=0, β2,3, β4,0,4, β3,2, β1}
- y[n] = 10π₯π₯[ππβ 10]
- An economical way to compensate for the droop distortion in S/H DAC is to use an appropriate digital compensation filter prior to DAC.
- Determine the frequency response of such an ideal digital filter π»π»ππ(ππππππ) that will perform an equivalent filtering given by following π»π»ππ(ππππ)
- One low-order FIR filter suggested in Jackson (1996) is
1Β Β Β Β Β Β Β 9Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β 1
π»π»πΉπΉπΉπΉπΉπΉ(π§π§) = βΒ + π§π§β1 βπ§π§β2
16Β Β Β Β Β 8Β Β Β Β Β Β Β Β Β Β Β Β Β 16
Compare the magnitude response of π»π»πΉπΉπΉπΉπΉπΉ(ππππππ) with that of π»π»ππ(ππππππ) above.
- Another low-order IIR filter suggested in Jackson (1996) is
π»π»πΉπΉπΉπΉπΉπΉ(π§π§) =
Compare the magnitude response of π»π»πΉπΉπΉπΉπΉπΉ(ππππππ) with that of π»π»ππ(ππππππ) above.
- Consider the following continuous-time system
π π 4 β 6π π 3 + 10π π 2 + 2π π β 15
π»π»(s) = π π 5 + 15π π 4 + 100π π 3 + 370π π 2 + 744π π + 720 (a) Show that the system H(s) is a nonminimum phase system.
- Decompose H(s) into the product of minimum phase component π»π»ππππππ(π π ) and an all pass
component π»π»ππππ(π π ).
- Briefly plot the magnitude and phase responses of H(s) and π»π»ππππππ(π π ) and explain your plots. (d) Briefly plot the magnitude and phase responses of π»π»ππππ(π π ).
- We want to design a second-order IIR filter using pole-zero placement that satisfies the following requirements: (1) the magnitude response is 0 at Ο1 = 0 and Ο3 = ΟΒ (2) The maximum magnitude is 1 at Ο2,4 = Β± Β and (3) the magnitude response is approximately Β at
frequencies Ο2,4 Β± 0.05
- Determine locations of two poles and two zeros of the required filter and then compute its system function H(z).
- Briefly graph the magnitude response of the filter.
- Briefly graph phase and group-delay responses.
- The following signals π₯π₯ππ(π‘π‘) is sampled periodically to obtained the discrete-time signal x[ππ]. For each of the given sampling rates in πΉπΉπ π Hz or in T period, (i) determine the spectrum X(eiΟ) of x[ππ]; (ii) plot its magnitude and phase as a function of Ο in π π ππππππππππ and as a function of
F in Hz; and (iii) explain whether π₯π₯ππ(π‘π‘) can be recovered from x[ππ].
- π₯π₯ππ(π‘π‘) = 5ei40t + 3eβi70t , with sampling period T = 0.01, 0.04, 0.1
- π₯π₯ππ(π‘π‘) = 3 + 2 sin(16πππ‘π‘) + 10 cos(24πππ‘π‘) , with sampling rate πΉπΉπ π = 30, 20, 15 Hz.
- An 8-bit ADC has an input analog range of Β±5 volts. The analog input signal is
π₯π₯ππ(π‘π‘) = 2 cos(200πππ‘π‘) + 3 sin(500πππ‘π‘)
The converter supplies data to a computer at a rate of 2048 bits/s. The computer, without processing, supplies these data to an ideal DAC to form the reconstructed signal π¦π¦ππ(π‘π‘). Determine: (a) the quantizer resolution (or step),
- the SQNR in dB,
- the folding frequency and the Nyquist rate.
II Program Assignment
- Compute and plot the phase response using the functions freqz, angle, phasez, unwrap, and phasedelay for the following systems:
- y[n] = π₯π₯[ππβ 15]
- π»π»(π§π§) = 1β11+1.57.655π§π§β1π§π§β1+1+1.264.655π§π§β2π§π§β2β0+.4π§π§π§π§β3β3
- According to problem 2 in paper assignment, plot magnitude response, phase response and group-delay response for each of the systems.
- MATLAB provides a function called polystab that stabilizes the given polynomial with
respect to the unit circle, that is, it reflects those roots which are outside the unit-circle into those that are inside the unit circle but with the same angle. Using this function, convert the following systems into minimum-phase and maximum-phase systems. Verify your answers using a polezero plot for each system(plot minimum-phase and maximum-phase systems for each question).
- H(z) = π§π§2+22 π§π§+0.75
π§π§ β0.5π§π§
(b) H(z) = 1β21β1.4142.8π§π§β1π§π§+1β1.62+2π§π§.4142β2+0π§π§.729β2βπ§π§π§π§β3β3
- Signal xc(t) = 5 cos(200Οt + Ο6 ) + 4 sin(300Οt) is sampled at a rate of Fs = 1 kHz to obtain the discrete-time signal x[n].
- Determine the spectrum X(ejΟ) of x[n] and plot its magnitude as a function of Ο in π π πππππππ π π π ππππππ and as a function of F in Hz. Explain whether the original signal xc(t) can be recovered from x[n].
- Repeat part (a) for Fs = 500 Hz. (c) Repeat part (a) for Fs = 100
(d) Comment on your results.



