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!