How to perform this specific convolution in matlab?
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Hey I'm struggling with the maths behind a convolution.
I currently have a matrix to represent PSF of 40x40. I also have a 3D matrix, 10 x 10 x 40, f, and am currently performing the convolution with the following code:
rates = conv2(f, PSF, 'same');
0 个评论
回答(0 个)
此问题已关闭。
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!