Convolution
Corresponds to multiplication in the frequncy domain.
x(t)∗h(t)=−∞∫∞x(τ)⋅h(t−τ)dτ
with signals x(t), h(t).
Discrete:
(f∗g)[n]=k=−∞∑∞f[k]g[n−k]
Comparison of convolution, cross-correlation, and
auto-correlation. From
Wikimedia
Convolution of f(t)∗g(t) showing f(τ) and
g(t−τ)
Properties
-
Kommutativität: f(t)∗g(t)=g(t)∗f(t)
-
Assoziativität: f(t)∗(g(t)∗h(t))=(f(t)∗g(t))∗h(t)
-
Distributivität: f(t)∗(g(t)+h(t))=f(t)∗g(t)+f(t)∗h(t)
-
Faltung mit Dirac: x(t)∗δ(t−b)=x(t−b) (Gleiches Signal
verschoben)
-
Kausalität: h(t−τ)=0 für τ>t
h[n−l]=0
für l>n
Refrences