how to describe the nth term of convolution in matlab

1 次查看(过去 30 天)
how I can describe , I need this code in the applicatin of differential transformation method

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by