how to describe the nth term of convolution in matlab

1 visualizzazione (ultimi 30 giorni)
how I can describe , I need this code in the applicatin of differential transformation method

Risposta accettata

Ameer Hamza
Ameer Hamza il 23 Set 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 Commenti
Wasim Abbas
Wasim Abbas il 24 Set 2020
In 1st and second equation I need some help to describe summations.
Ameer Hamza
Ameer Hamza il 24 Set 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.

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by