Program code for convolution
Mostra commenti meno recenti
I want program for convolution
Risposte (2)
u = [1 2 3 1]; v = [2 3];
conv(u, v)
% filter(u, 1, v)
Walter Roberson
il 3 Ago 2022
0 voti
nlfilter() a function that converts to double, does element-wise multiplication, and sums.
Categorie
Scopri di più su Correlation and Convolution in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!