Program code for convolution
Ältere Kommentare anzeigen
I want program for convolution
Antworten (2)
u = [1 2 3 1]; v = [2 3];
conv(u, v)
% filter(u, 1, v)
Walter Roberson
am 3 Aug. 2022
0 Stimmen
nlfilter() a function that converts to double, does element-wise multiplication, and sums.
Kategorien
Mehr zu Correlation and Convolution finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!