konvoluution
Konvoluution (often called convolution in English) is a mathematical operation that combines two functions to produce a third function that expresses how the shape of one is modified by the other. In continuous form, the convolution of functions f and g is defined as (f * g)(t) = ∫_{-∞}^{∞} f(τ) g(t − τ) dτ. In discrete form, used for sequences, it is (f * g)[n] = Σ_k f[k] g[n − k]. Convolutions are linear and can be interpreted as applying a sliding kernel, or impulse response, to a signal.
Key properties include commutativity (f * g = g * f), associativity ((f * g) * h = f * (g * h)), and
A fundamental result is the convolution theorem: the Fourier transform of a convolution equals the pointwise
Applications span signal processing, image processing, probability (the sum of independent random variables), and the solution