Matlab code to Generate convolution integeral or convolution sum

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Signal Processing Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 15 de Abr. de 2022

Respondida:

el 15 de Abr. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by