Question: y [ n ] = - k = 0 N - 1 a k y [ n - N + k ] + k =

y[n]=-k=0N-1aky[n-N+k]+k=0M-1bkx[n-M+k]
a0=0.819,a1=-1.783,b0=0.017,b1=0.019,M=N=2
A second-order discrete system defined by the following difference
equation is considered.
a) Write the explicit expression of the difference equation.
b) Using the difference equation, develop a program that calculates
and plots the first 100 values of the output signal if the input signal is
applied to the system step by step at time n=1 for y[0]=y[1]=0.
c) Send the program you developed in (b) to the user.
M,N,a0,a1,...,aN-1,b0,b1,...,bM-1,y[0],y[1],...,y[N-1]
Generalize it to a program that takes values as input and calculates
and plots the output signal for the input signal unit step by unit.
y [ n ] = - k = 0 N - 1 a k y [ n - N + k ] + k =

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!