photo

Ankur Agrawal


Last seen: quasi 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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); ...

quasi 3 anni fa | 0