How to do convolution for given data set
2 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!