Filter löschen
Filter löschen

Matlab code to Generate convolution integeral or convolution sum

1 Ansicht (letzte 30 Tage)
Matlab code for convolution integral or convolution sum without using matlab function for convolution.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Signal Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by