Matlab code to Generate convolution integeral or convolution sum

2 views (last 30 days)
Matlab code for convolution integral or convolution sum without using matlab function for convolution.

Accepted Answer

Walter Roberson
Walter Roberson on 15 Apr 2022
conv(A, B)
is the same as
filter(A, fliplr(B))
when B is a row vector.

More Answers (0)

Categories

Find more on Signal Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!