0% found this document useful (0 votes)
405 views

MATLAB Assign 1

The document is a MATLAB assignment for a Digital Signal Processing course. It contains 5 questions asking students to: 1) Generate and plot sample sequences of given functions 2) Determine autocorrelation and crosscorrelation sequences for given signals 3) Convolve a finite input sequence with an infinite impulse response 4) Perform polynomial operations in MATLAB 5) Analyze a linear, time-invariant system defined by a difference equation Students are instructed to submit their MATLAB code, plots and answers by the deadline.

Uploaded by

api-3721164
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
405 views

MATLAB Assign 1

The document is a MATLAB assignment for a Digital Signal Processing course. It contains 5 questions asking students to: 1) Generate and plot sample sequences of given functions 2) Determine autocorrelation and crosscorrelation sequences for given signals 3) Convolve a finite input sequence with an infinite impulse response 4) Perform polynomial operations in MATLAB 5) Analyze a linear, time-invariant system defined by a difference equation Students are instructed to submit their MATLAB code, plots and answers by the deadline.

Uploaded by

api-3721164
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

FAKULTI KEJURUTERAAN

UNIVERSITI KEBANGSAAN MALAYSIA


KL3063: Digital Signal Processing

MATLAB Assignment 1

Instruction: Answer all these questions and submit your answers along with the printouts of MATLAB script and plots.
DEADLINE: 5pm, Thursday 13 March 2008. No excuse.

1. Generate and plot the samples (s tem function) of the following sequence over the indicated interval in MATLAB:

a)

b) where w(n) is a Gaussian random sequence with zero


mean and unit variance.

2. Determine the autocorrelation sequence and the crosscorrelation sequence for the following
sequences:

What is your observation?

3. The finite input sequence is given as , while an infinite impulse response is given as
. Determine the convolved signal .

4. Determine the results of the following polynomial operations using MATLAB:

a) X1(z) = (1 – 2z-1 + 3z-2 – 4z-3)(4 + 3z-1 – 2z-2 + z-3)

b) X2(z) = (z2 – 2z + 3 + 2z-1 + z-2)(z3 – z-3)

5. A causal, linear and time-invariant system is given by the following difference equation:

a) Find the system function H(z) for this system.

b) Plot the poles and zeros of H(z) and indicate the region of convergence.

c) Find the unit sample response h(n) of this system.

d) Is this system stable? IF the answer is yes, justify it. If the answer is no, find a stable unit sample response
that satisfies the difference equation.

KL3063 Iskandar Yahya [[email protected]]


Page 1

You might also like