how can use discrete convolution to find the response?

2 visualizaciones (últimos 30 días)
sara
sara el 31 de Mzo. de 2016
Comentada: Image Analyst el 1 de Abr. de 2016
hi all I am beginner in signal processing. how can I solve below question? thanks

Respuestas (1)

Image Analyst
Image Analyst el 31 de Mzo. de 2016
Try this:
x = [0, 0, 1, 0, 0]
h = [0, 2, 1, 0, 0]
output = conv(x, h, 'full')
  2 comentarios
sara
sara el 1 de Abr. de 2016
thanks. is 'stem(x)' good for plotting this?
Image Analyst
Image Analyst el 1 de Abr. de 2016
Yes, you could do that, or plot() or bar() - whatever you want.

Iniciar sesión para comentar.

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by