

InterviewSolution
Saved Bookmarks
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 |
|