how can use discrete convolution to find the response?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
hi all I am beginner in signal processing. how can I solve below question? thanks
0 Kommentare
Antworten (1)
Image Analyst
am 31 Mär. 2016
Try this:
x = [0, 0, 1, 0, 0]
h = [0, 2, 1, 0, 0]
output = conv(x, h, 'full')
2 Kommentare
Siehe auch
Kategorien
Mehr zu Discrete Fourier and Cosine Transforms finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!