how can use discrete convolution to find the response?

조회 수: 1 (최근 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 CenterFile Exchange에서 Descriptive Statistics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by