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
  1 件のコメント
Wasim Abbas
Wasim Abbas 2020 年 9 月 23 日
I have two functions u and v, and I know and

サインインしてコメントする。

採用された回答

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 Center および File ExchangeCalculus についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by