0% found this document useful (0 votes)
14 views1 page

Assignment 3

The document outlines an assignment for EENG420_LAB that includes two primary tasks. The first task involves calculating the auto-correlation and cross-correlation sequences for given sequences using the conv_m function. The second task requires analyzing a linear time-invariant system defined by a difference equation, including computing its impulse response, assessing stability, and determining the system's response to a specific input.

Uploaded by

Zeynep Bayram
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)
14 views1 page

Assignment 3

The document outlines an assignment for EENG420_LAB that includes two primary tasks. The first task involves calculating the auto-correlation and cross-correlation sequences for given sequences using the conv_m function. The second task requires analyzing a linear time-invariant system defined by a difference equation, including computing its impulse response, assessing stability, and determining the system's response to a specific input.

Uploaded by

Zeynep Bayram
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/ 1

EENG420_LAB

Assignment (3)
P1) Using the conv_m function, determine the auto-correlation sequence 𝑟𝑥𝑥 (ℓ)and the
cross-correlation sequence 𝑟𝑥𝑦 (ℓ)for the following sequences.
x(n) = (0.9)𝑛 , 0 ≤ n ≤ 20; y(n) = (0.8)−𝑛 , − 20 ≤ n ≤ 0

p2) A linear and time-invariant system is described by the difference equation


y(n) − 0.5y(n − 1) + 0.25y(n − 2) = x(n) + 2x(n − 1) + x(n − 3)

1. Using the filter function, compute and plot the impulse response of the system over
0 ≤ n ≤ 100.
2. Determine the stability of the system from this impulse response.
3. If the input to this system is x(n) = [5 + 3 cos(0.2πn) + 4sin(0.6πn)] u(n), determine the
response y(n) over 0 ≤ n ≤ 200 using the filter function.

You might also like