x1(t)∗x2(t)=∫−∞∞x1(τ)x1(t−τ)dτ
Discrete version:
y[n]=x[n]∗h[n]=m=−∞∑∞x[m]h[n−m]
Properties
- Commutative property
x[n]∗h[n]=h[n]∗x[n]
- Distributive property
x[n]∗(h1[n]+h2[n])=x[n]∗h1[n]+x[n]∗h2[n]
- Associative property
x[n]∗(h1[n]∗h2[n])=(x[n]∗h1[n])∗h2[n]
- Sifting property
x(t)∗h(t)x(t)∗h(t−τ)=y(t)=x(t−τ)∗h(t)=y(t)
- Convolution with an impulse
x[n]∗δ[n]x[n]∗δ[n−n0]=x[n]=x[n−n0]