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!