convolution ∗
A mathematical operation combining two functions by integrating the product of one with the reversed and shifted version of the other. In discrete form, it slides a kernel over data and computes a weighted sum at each position.
Formula
(f ∗ g)(t) = ∫ f(τ) g(t − τ) dτ