using convolution with matlab
이전 댓글 표시
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] ?
채택된 답변
추가 답변 (1개)
Wayne King
2012년 9월 21일
0 개 추천
Use the function conv()
See the help for conv()
댓글 수: 1
Passband Modulation
2012년 9월 21일
카테고리
도움말 센터 및 File Exchange에서 Correlation and Convolution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!