Content deleted Content added
Shaddowffax (talk | contribs) |
No edit summary |
||
Line 37:
Another method to perform multidimensional convolution is the '''overlap and add''' approach. This method helps reduce the computational complexity often associated with multidimensional convolutions due to the vast amounts of data inherent in modern day digital systems. For example, consider a two-dimensional convolution using a direct computation:
<math>\sum_{k_1=-\infty}^{\infty} \sum_{k_2=-\infty}^{\infty} y(n_1, n_2) = x(n_1 - k_1, n_2 - k_2)h(k_1, k_2)</math>
==The Helix Transform==
|