Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Suppose to have a 3-dimensional discrete grid. I would like to convolve it with a 3-dimensional tensor (a 3x3x3 "cube"), applying the convolution theorem. Hence, I should apply a Fourier transform to both the objects and multiply them; but does it work in the 3D case, too? Besides, I do not know how this multiplication works (and even how it is called).

Thank you for your attention.

share|improve this question

1 Answer

I discovered that it is possibile to apply the convolution theorem in 3D. There is still the problem of how to compute this product. I am thinking of a tensor contraction...

share|improve this answer
It should be an elementwise product between the "cubic" matrices. – Pippo Feb 4 at 18:57

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.