using convolution with matlab
Mostrar comentarios más antiguos
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] ?
Respuesta aceptada
Más respuestas (1)
Wayne King
el 21 de Sept. de 2012
0 votos
Use the function conv()
See the help for conv()
1 comentario
Passband Modulation
el 21 de Sept. de 2012
Categorías
Más información sobre Correlation and Convolution en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!