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');
Is this the same convolution performed in this: http://mtthw.net/convolution.jpg

답변 (0개)

이 질문은 마감되었습니다.

제품

태그

질문:

2011년 5월 1일

마감:

2021년 8월 20일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by