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, % % 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
Get step-by-step solutions from verified subject matter experts
