Responses
Consider a system described by the following difference equations:
where x[n] and y[n] represent the n^{\text{th}} samples of the input and output signals, respectively.
1) Difference Equation
Determine a difference equation for this system in terms only of x[\cdot ] and y[\cdot ].
Hint: You may find it helpful to convert the above to operator equations (in {\cal R}) before attempting to combine them.
Recall that a difference equation is in the form:
Specify the dCoeffs: d_0 \ldots d_j and the cCoeffs: c_0 \ldots c_{k-1} for this system. In the box below, enter a Python list containing the numbers representing the coefficients. If one set of coefficients is empty, enter the empty list, [].
Difference Equation:
dCoeffs (input):
cCoeffs (output):
2) Response 1
Assume that the input to the system is:
Use your difference equation from above to calculate the first 5 samples of Y under this condition (i.e., calculate y[n] for n=0,1,2,3,4). Assume the system starts "at rest" (i.e., y[n]=0 for all n\lt 0).
3) Response 2
Calculate the response if the input were instead:
4) Response 3
Calculate the response if the input were instead:
5) Response 4
Consider the system that results from modifying the original difference equations such that the one constant term is doubled:
Calculate this new system's response to the unit step signal:
Why does doubling the coefficient in the second difference equation not result in the same output as doubling the input?