Question: function x=deconv(y, h) % DECONV Convolve finite-length Matlab sequence object, y, % % given impulse response sequence object, h returning sequence object, x. Since

function x=deconv(y, h) % DECONV Convolve finite-length Matlab sequence object, y, %

function x=deconv(y, h) % DECONV Convolve finite-length Matlab sequence object, y, % % given impulse response sequence object, h returning sequence object, x. Since Matlab also has a deconv function, your deconv function that works on sequences is considered an overloaded function, and so it should live in the sequence.m file.

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 Mechanical Engineering Questions!