1.

The output of p=conv([ones(1,50)],[ones(1,100)]) and p=conv([ones(1,100)],[ones(1,50)]) are same.(a) True(b) FalseThe question was asked in homework.My enquiry is from Convolution topic in division Digital Signal Processing of MATLAB

Answer»

Right ANSWER is (a) True

Best explanation: The associative property of convolution SUGGESTS that convolving a and B is same as convolving b and a. HENCE, the above statement is true.



Discussion

No Comment Found

Related InterviewSolutions