how can use discrete convolution to find the response?

2 ビュー (過去 30 日間)
sara
sara 2016 年 3 月 31 日
コメント済み: Image Analyst 2016 年 4 月 1 日
hi all I am beginner in signal processing. how can I solve below question? thanks

回答 (1 件)

Image Analyst
Image Analyst 2016 年 3 月 31 日
Try this:
x = [0, 0, 1, 0, 0]
h = [0, 2, 1, 0, 0]
output = conv(x, h, 'full')
  2 件のコメント
sara
sara 2016 年 4 月 1 日
thanks. is 'stem(x)' good for plotting this?
Image Analyst
Image Analyst 2016 年 4 月 1 日
Yes, you could do that, or plot() or bar() - whatever you want.

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

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by