Home / Week 3 Exercises / Back in the USR

Back in the USR

The questions below are due on Sunday February 24, 2019; 11:00:00 PM.
 
You are not logged in.

If you are a current student, please Log In for full access to this page.
Music for this Problem

 

Let h[n] represent the unit sample response of the system described by the following difference equations:

y[n] = x[n] + z[n]
z[n] = y[n-1] + z[n-1]

where x[n] and y[n] represent the n^{\text{th}} samples of the input and output signal, respectively.

Enter the values of h[n] in the boxes below, as Python expressions. Your expressions may contain numbers and n, but no other variables or signals. Assume that the system starts at rest, with y[n]=0 for all n \lt 0.

h[0] =  

h[1] =  

h[2] =  

h[3] =  

For this last question, enter a python expression which uses the variable n.

For n\ge 4, h[n] =