0% found this document useful (0 votes)
38 views2 pages

University of Central Punjab Faculty of Engineering

This document provides instructions for a Matlab assignment for an Advance Digital Signal Processing course. It includes 3 questions related to periodic interference cancellation using an LMS algorithm with a 90 degree phase shifter, inverse modeling of an adaptive equalizer, and decision-directed channel equalization of a 1-bit quantized signal. Students are asked to simulate and analyze various filter structures, adaptive processes, and quantized transmission schemes. The assignment is due on January 23, 2017 and is to be submitted to the course instructor, Dr. Sarwar Ehsan.

Uploaded by

Nabeel Khalid
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)
38 views2 pages

University of Central Punjab Faculty of Engineering

This document provides instructions for a Matlab assignment for an Advance Digital Signal Processing course. It includes 3 questions related to periodic interference cancellation using an LMS algorithm with a 90 degree phase shifter, inverse modeling of an adaptive equalizer, and decision-directed channel equalization of a 1-bit quantized signal. Students are asked to simulate and analyze various filter structures, adaptive processes, and quantized transmission schemes. The assignment is due on January 23, 2017 and is to be submitted to the course instructor, Dr. Sarwar Ehsan.

Uploaded by

Nabeel Khalid
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/ 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