Program code for convolution
显示 更早的评论
回答(2 个)
u = [1 2 3 1]; v = [2 3];
conv(u, v)
% filter(u, 1, v)
Walter Roberson
2022-8-3
0 个投票
nlfilter() a function that converts to double, does element-wise multiplication, and sums.
类别
在 帮助中心 和 File Exchange 中查找有关 Correlation and Convolution 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!