Assume we have a pair of two dimensional matrices $A$ and $B$. How can we calculate their circular convolution using only the linear convolution (and possibly padding numbers)?
Asked
Active
Viewed 307 times
1
- Curiosity
- I am working on a programming project where the only function that can be used implements only the linear convolution
– rayes09 Jun 11 '18 at 17:53