using convolution with matlab
Ältere Kommentare anzeigen
x[n]=n^3-n^2, 0<n<3
h[n]=1/n, -2<n<-1
y[n] is the convolution of x[n] and h[n]
how can i compute y[n] ?
Akzeptierte Antwort
Weitere Antworten (1)
Wayne King
am 21 Sep. 2012
0 Stimmen
Use the function conv()
See the help for conv()
Kategorien
Mehr zu Correlation and Convolution finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!