What is the Convolution?
Convolution is a rule for combining two objects by measuring how much they overlap after one of them has been shifted. The notion of convolution of two functions plays a fundamental role in Fourier analysis; it appears naturally in the context of Fourier series but also serves more generally in the analysis of functions in other settings.
CONVOLUTION OF PERIODIC FUNCTIONS
Given two -periodic integrable functions and on , we define their convolution on by
In the context of Fourier series, convolution appears because the partial sums of the Fourier series of can be written as a convolution. Indeed,
where
is the Dirichlet kernel.
A digital image can be viewed as a discrete function on a grid. In image convolution, a small matrix called a kernel is shifted across the image, and each output pixel is computed by multiplying nearby input pixels by the corresponding kernel weights and summing the results:
For color images, the same formula is applied to each color channel. The next two videos show this discrete convolution rule as an image-processing operation.
Convolution also interacts well with Fourier analysis: transforming a convolution turns it into multiplication. This is one reason convolution is central in Fourier series and in many algorithms for filtering or solving differential equations.
ALGEBRAIC PROPERTIES OF CONVOLUTION
Let , , and be -periodic integrable functions. Then
Linearity follows from linearity of the integral in the definition of convolution. For commutativity, use the change of variables and periodicity:
For associativity, Fubini's theorem and periodicity give
REGULARITY OF CONVOLUTION
Let and be -periodic Riemann integrable functions. Then is continuous.
Since is Riemann integrable on a compact interval, it is bounded; choose such that . If and are real, then
The final integral tends to as , because translations are continuous in for Riemann integrable periodic functions. Indeed, approximate in by a continuous periodic function , and use
where the last term tends to by uniform continuity of . Therefore is continuous.
FOURIER TRANSFORM OF CONVOLUTION
Let and be -periodic integrable functions. Then for every ,
Using the definition of convolution and Fubini's theorem,
In the inner integral, the change of variables is allowed because is -periodic.
References
- [SteinShakarchi2003]Stein, Elias M., and Rami Shakarchi. Fourier Analysis: An Introduction. First edition. Princeton University Press, 2003.
- [Sanderson2022]Sanderson, Grant. ``But what is a convolution?'' 3Blue1Brown, 2022. Video.