how can use discrete convolution to find the response?
    2 次查看(过去 30 天)
  
       显示 更早的评论
    
hi all I am beginner in signal processing. how can I solve below question? thanks

0 个评论
回答(1 个)
  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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

