how to describe the nth term of convolution in matlab

1 visualización (últimos 30 días)
Wasim Abbas
Wasim Abbas el 23 de Sept. de 2020
Comentada: Ameer Hamza el 24 de Sept. de 2020
how I can describe , I need this code in the applicatin of differential transformation method

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 23 de Sept. de 2020
See conv(): https://www.mathworks.com/help/matlab/ref/conv.html. You need to provide the complete array of u and v for convolution.
  8 comentarios
Wasim Abbas
Wasim Abbas el 24 de Sept. de 2020
In 1st and second equation I need some help to describe summations.
Ameer Hamza
Ameer Hamza el 24 de Sept. de 2020
I don't think you need conv() here. If you have S and I vector of size k+1, then you can just use
sum(S.*I(end:-1:1))
to calculate this term.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by