how to describe the nth term of convolution in matlab

조회 수: 1 (최근 30일)
Wasim Abbas
Wasim Abbas 2020년 9월 23일
댓글: Ameer Hamza 2020년 9월 24일
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