using convolution with matlab
Mostra commenti meno recenti
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] ?
Risposta accettata
Più risposte (1)
Wayne King
il 21 Set 2012
0 voti
Use the function conv()
See the help for conv()
Categorie
Scopri di più su Correlation and Convolution in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!