Borrar filtros
Borrar filtros

Matlab code to Generate convolution integeral or convolution sum

1 visualización (últimos 30 días)
Matlab code for convolution integral or convolution sum without using matlab function for convolution.

Respuesta aceptada

Walter Roberson
Walter Roberson el 15 de Abr. de 2022
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 Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by