two function convolution with matlab

回答 (1 件)

Image Analyst
Image Analyst 2014 年 5 月 3 日

0 投票

Do you have a question? Why not look up conv()? Hint:
t = 0 : 0.05 : pi; % For x -- make it 2*pi when you go to computer h.

2 件のコメント

Ellen
Ellen 2014 年 5 月 6 日
x(t) and h(t) have different interreginal
Image Analyst
Image Analyst 2014 年 5 月 6 日
I don't know what that means. Did you do
out = conv(x,h)
??

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

質問済み:

2014 年 5 月 3 日

コメント済み:

2014 年 5 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by