Matlab code to Generate convolution integeral or convolution sum

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

 採用された回答

Walter Roberson
Walter Roberson 2022 年 4 月 15 日

0 投票

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSignal Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by