using convolution with matlab
Show older comments
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] ?
Accepted Answer
More Answers (1)
Wayne King
on 21 Sep 2012
0 votes
Use the function conv()
See the help for conv()
1 Comment
Passband Modulation
on 21 Sep 2012
Categories
Find more on Correlation and Convolution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!