Konvolutionen
Konvolutionen, in English convolution, describe a mathematical operation that blends two functions to produce a third that expresses how the shape of one is modified by the other. In both continuous and discrete settings, the operation is central to linear time-invariant systems, signal processing, and statistical modeling.
Continuous convolution of two functions f and g on the real line is defined by (f g)(t)
Konvolution is commutative, associative, and distributive over addition. An identity element is the delta function δ, since
The convolution theorem relates convolution to multiplication in the frequency domain: the Fourier transform of a
In practice, convolution is implemented with finite support, requiring boundary handling and padding (zero-padding, reflection). For
Applications include filtering and smoothing of signals and images, blur operations in photography, edge detection with
The concept originates in Fourier analysis and the study of linear systems; it has become a fundamental