3b1b Video
pX+Y(s)=[pX∗pY](s)=[pY∗pX](s)
Discrete Case
[pX∗pY](s)=x=1∑NpX(x)⋅pY(s−x)
- pX and pY are probability mass functions
- s is the value of the sum of the two variables we are trying to find the probability of occurring
- N is the number of possible sums
Continuous Case
[f∗g](s)=∫−∞∞f(x)g(s−x)dx
- Essentially gives the probability of getting a sum s when adding f and g, which are two PDF’s of two different random variables
Signal Processing
x(t)=∫−∞∞x(τ)δ(t−τ)dτ
y(t)=[x∗h](t)=∫−∞∞x(τ)h(t−τ)dτ
x(t)→LTIh(t)→y(t)
- Equivalent way of saying the above equation in block notation
Properties
f∗g=g∗f
f∗(g∗h)=(f∗g)∗h
f∗(g+h)=f∗g+f∗h
A system is stable if ∫−∞∞∣h(t)∣dt<∞ (h(t) is absolutely integrable)
h∗(αx1+βx2)=α(h∗x1)+β(h∗x2)
f∗g=h→f(t−a)∗g(t−b)=h(t−(a+b))
- Time-shifting property of convolution
dtd(f∗g)=(dtdf)∗g=f∗(dtdg)
- Derivatives distribute to just one of the functions