photo

Ankur Agrawal


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How can I Implement a convolution function in MATLAB and perform it on the following signals and plot the results ?
n = -20:20; x = sin(n); h = [-1,-2,8,-2,-1]; N = length(x); M = length(h); Ny = N + M -1; y = zeros(1,Ny); ...

3 years ago | 0