Block Diagrams
Derive the difference equation for each of the LTI systems given by the block diagrams below.
A difference equation is in the form:
y[n] = c_0 y[n-1] + c_1 y[n-2] + \ldots + c_{k-1} y[n-k] + d_0 x[n] + d_1 x[n-1] + \ldots + d_j x[n-j]
Specify the dCoeffs
: d_0 \ldots d_j and the
cCoeffs
: c_0 \ldots c_{k-1} for each of the
difference equations below.
For each question, enter a Python list containing the numbers representing the coefficients. If one set of coefficients is empty, enter the empty list, []
.
1) Solving
1.1) System 1
Difference Equation:
dCoeffs (input):
cCoeffs (output):
1.2) System 2
Difference Equation:
dCoeffs (input):
cCoeffs (output):