Question: Part I: Warm - up . See Lecture notes on System Identification for suggestions regarding useful Matlab commands. ( a ) Write, by hand, a

Part I: Warm-up.
See Lecture notes on System Identification for suggestions regarding useful Matlab commands.
(a) Write, by hand, a Toeplitz matrix multiply to implement the convolution x[n]h[n]= y[n] for n =0,1,...,5,
where the finite-duration input and output are given by
x[n]={1,2,1,1} and y[n]={3,8,2,3,1,1} h is unknown.
(Pro tip: ensure that your array sizes are conformal: m \times n, n \times 1, m \times 1 for some integers m, n.)
(b) Use Matlab to construct the matrix-vector equations and solve least-squares for h.(Report h and your
Matlab commands.)
(c) Write, by hand, a Toepliz matrix multiply to implement equations corresponding to the LTI system
y[n]= b0x[n] a1y[n 1] a2y[n 2], n =0,1,...,5
where
x[n]={1,2,1,1} and y[n]={1,1.5,1.5,2.125,1.4375,1.25} b0, a1, a2 are unknown
.
(d) Use Matlab to construct the matrix-vector equations and solve least-squares for b0, a1, a2.(Report b0, a1, a2
and your Matlab commands.)

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 Databases Questions!