using convolution with matlab
Afficher commentaires plus anciens
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] ?
Réponse acceptée
Plus de réponses (1)
Wayne King
le 21 Sep 2012
0 votes
Use the function conv()
See the help for conv()
Catégories
En savoir plus sur Correlation and Convolution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!