Matlab code to Generate convolution integeral or convolution sum

 Akzeptierte Antwort

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by