Question: can you answer all the parts and do them using Matlab only the ones said to be done on Matlab and the rest need to

can you answer all the parts and do them using Matlab only the ones said to be done on Matlab and the rest need to be done on a piece of paper with all the steps done. Two functions are given as, assume x[n]&h[n] as input and impulse response respectively
x[n]=-5[n]-2[n-1]-2[n-2]+7[n-3]+5[n-4]+2[n-5]
h[n]=-2[n]-2[n-2]+3[n-3]-2[n-4]
a) Plot the signals of x[n]&h[n]usingMatlaborothertools
b) Using graphical representation method (flip one function), just like we have done the
convolution in the continuous time domain
y[n]==-x[]*h[n-]==-h[]*x[n-]
c) Table method
d) Simple convolution of impulse vs. impulse functions. For an example
[n-3]*[n-2]=[n-5]
e) Using conversion of signals in time to DTFT
i.
Y(ej)=n=-y[n]e-jn,[=2ffs]
For an example, F{[n-3]}=ej3
f) Using Z-transforms method.
i.,Y(z)=x(z)*H(z),z=ej
g) Use of "conv" in the Matlab to verify the output of your answers (of course you need
to show the code of your program that you used in the Matlab or Octave)
h) Verify that the length of the signal after the convolution is
length(input)+ length(impulse response
can you answer all the parts and do them using

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!