Multidimensional discrete convolution: Difference between revisions

Content deleted Content added
Line 3:
==Definition==
 
Similar to the 1-Dimensional case, an asterisk is used to represent the convolution operation. The number of dimensions in the given operation is reflected in the number of asterisks. For example, the following represents a 2-Dimensional convolution:
 
<math>y(n_1,n_2)=x(n_1,n_2)**h(n_1,n_2)</math>
 
===Problem Statement & Basics===