photo

Ankur Agrawal


Last seen: fast 3 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

fast 3 Jahre vor | 0