Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

University of Central Punjab

Faculty of Engineering
Department of Electrical Engineering
Advance Digital Signal Processing(Code: EE 3123)
Jan. 13, 2017
Due Date: January 23, 2017 Matlab Assignment # 3

Question 1
Canceling a Periodic Interference:
To implement the filter structure shown in Figure below, you have to modify your
MATLAB function of the LMS algorithm. Instead of the transversal filter we need a
90o -shifter. You may use the MATLAB expression x90=imag(hilbert(x));. Compare
the SNR of the primary input signal and the SNR of the output signal. Measure the
convergence time constant and compare your result with the theory.

Question 2
Inverse Modeling:
Set up a simulation according to Figure below. Visualize the adaptation process by
plotting the magnitude of the frequency response of the channel, the equalizer, and the
overall system HChannel (z)HEqu (z).

Course Instructor: Dr. Sarwar Ehsan Please go on to the next page. . .


Electrical Engineering Advance Digital Signal Processing Page 2 of 2

Question 3
Decision-Directed Channel Equalization:
Simulate the equalization of a 1 bit-quantized baseband transmission.

possible symbols: -1 and +1


the decision device can be implemented by d = sign(y);

Course Instructor: Dr. Sarwar Ehsan End of exam

You might also like