Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Building The Data Lakehouse

Authors: Bill Inmon ,Mary Levins ,Ranjeet Srivastava

1st Edition

1634629663, 978-1634629669

More Books

Students also viewed these Databases questions

Question

b. Why were these values considered important?

Answered: 1 week ago