Representations 1
Consider the system described by the following block diagram:
Part 1
Determine a difference equation that describes the same system as the block diagram above.
As in previous tutor problems, specify your answer as a list of dCoeffs and cCoeffs, where:
Difference Equation:
dCoeffs (input):
cCoeffs (output):
Part 2
Calculate the first 6 samples of the unit sample response of the system, assuming the system starts at rest. Enter your answer as a Python list of 6 numbers [y[0], y[1], y[2], y[3], y[4], y[5]]
Part 3
Calculate the first 7 samples of the response of the system when the input signal is given as following, assuming the system starts at rest:
Enter your answer as a Python list of 7 numbers [y[0], y[1], y[2], y[3], y[4], y[5], y[6]]
Part 4
Assuming that x[n]=y[n]=0 for all n\lt 0, determine an input sequence [x[0], x[1], x[2], x[3], x[4]] such that
Enter your answer as a Python list of 5 numbers. Note that there may be multiple correct solutions; any such solution will be accepted.