Matlab code to Generate convolution integeral or convolution sum

Matlab code for convolution integral or convolution sum without using matlab function for convolution.

 채택된 답변

conv(A, B)
is the same as
filter(A, fliplr(B))
when B is a row vector.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by