Computation of 1D and 2D Convolution
Implementation of one-dimensional and two-dimensional convolution algorithms that can effectively substitute MATLAB's conv and conv2 functions, with straightforward portability to C language for embedded or performance-critical applications.