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

Ee 473 HW3

This document outlines homework problems for an electrical engineering signal processing course. It contains 5 problems related to difference equations, linear time-invariant systems, impulse responses, frequency responses, and the two-frequency correlation function. The problems involve determining system responses, stability, difference equations, and frequency domain analysis of various systems using concepts covered in sections 2.5-2.9 of the textbook. MATLAB code is also required to plot responses for some problems.

Uploaded by

Hakan Ulucan
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)
67 views1 page

Ee 473 HW3

This document outlines homework problems for an electrical engineering signal processing course. It contains 5 problems related to difference equations, linear time-invariant systems, impulse responses, frequency responses, and the two-frequency correlation function. The problems involve determining system responses, stability, difference equations, and frequency domain analysis of various systems using concepts covered in sections 2.5-2.9 of the textbook. MATLAB code is also required to plot responses for some problems.

Uploaded by

Hakan Ulucan
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

EE473 Homework #3

Reading: Sections 2.5-2.9 of Chapter 2.


1. (3 pts) Consider the difference equation
1 2
y(n) + y(n − 1) − y(n − 2) = x(n)
15 5
(a) Determine the general form of the homogenous solution to this equation.
(b) Both a causal and an anticausal LTI system are characterized by the given difference equation.
Find the impulse responses of the two systems.
(c) Show that the causal LTI system is stable and the anticausal LTI system is unstable.
(d) Find a particular solution to the difference equation when x(n) = (3/5)n u(n).
2. (3 pts) Consider the system described by
y(n) = (δ(n) + h1 (n)) ∗ x(n) ∗ h2 (n)
where h1 (n) = βδ(n − 1), h2 (n) = αn u(n) and ∗ denotes convolution.
(a) Find the impulse response h(n) of the overall system, i.e., y(n) = x(n) ∗ h(n).
(b) Find the frequency response of the overall system.
(c) Specify a difference equation that relates the output y(n) to the input x(n).
(d) Is this system causal? Under what conditions would the system be stable?
3. (3 pts) Consider an LTI system with frequency response
!
−j(w− π ) 1 + e−j2w + 4e−j4w
H(ejw ) = e 4 , −π < w ≤ π.
1 + 12 e−j2w
Determine the output y(n) for all n if the input for all n is
πn
x(n) = cos( ).
2
4. (3 pts) Let x(n) = sin(0.2πn) for all n to be the input to a digital filter with output y(n)
described by the difference equation (assume initially at rest):
y(n) = x(n) + 0.4y(n − 1).
(a) Plot several periods of the input and output sequences using MATLAB.
(b) Is this digital filter IIR or FIR?
(c) Obtain an analytical expression for the frequency response, H(ejw ), of this filter.
(d) Use MATLAB to plot the magnitude and phase response of this filter. (Hint: Look at the abs
and angle MATLAB functions)
(e) Find an analytical expression for the output sequence, y(n).
5. (3 pts) The two-frequency correlation function Φx (N, w) is often used in radar and sonar to
evaluate the frequency and travel-time resolution of a signal. For discrete-time signals, we define

X
Φx (N, w) = x(n + N )x∗ (n − N )e−jwn .
n=−∞

(a) Show that


Φx (−N, −w) = Φ∗x (N, w).
(b) If
x(n) = Aan u(n), 0 < a < 1,
find Φx (N, w). (Assume that N ≥ 0.)

You might also like