How to do convolution for given data set
2 次查看(过去 30 天)
显示 更早的评论
I have data set as given in excel sheet "convolution.xlsx" (attached) containing values of "y" vs f(y).
I want to do 4-fold convolution of f(y) like below
1st, f1(y)=f(y)*f(y)
2nd, f2(y)=f1(y)*f(y)
.......and so on upto f4(y)
and then I want to plot f4(y) against y
Now, which convolution (circular/linear) should I do?
How to do the convolution for this data ?
Kindly give me suggestion.
Thanking you in advance.pro
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!