For f,g : \mathbb{R} \to \mathbb{C}, we have:
properties of convolution (g * f) (x) = (f * g) (x) \mathcal{F}(f * g) = \mathcal{F}(f)\mathcal{F}(g) \mathcal{F}^{-1}(\hat{f} \hat{g}) = f * g (f * g)’ = f * g’ = f’ * g \lambda ( f * g ) = (\lambda f) * g = f * (\lambda g) => “in a convolution, if ANY ONE of the two functions are Differentiable, both are Differentiable.”; think about smoothing a jagged function using a Gaussian. examples rolling average \begin{align} U_{L}(x) = \begin{cases} L, |x| \leq \frac{1}{2L} \ 0, |x| > \frac{1}{2L} \end{cases} \end{align} The width of the area for which the expression is positive is 2L, and the height is L, so the area (integral) is 1. So now let’s consider:
which is:
meaning:
You will note that we are sweeping something of window width \frac{1}{L} over the function, which averages the function f over the window L. So convolving with this function essentially smoothes function over a window \frac{1}{L}; as L decreases, we are averaging over a greater interval; vise versa. signal compression Write your signal in terms of its Fourier transform:
We can write:
whose inverse Fourier transform would be:
motivation What if we want the Fourier Transform of \hat{f}(\lambda)\hat{g}(\lambda) in terms of one expression? Consider:
Notice that because neither integral have dependence on the other, we can actually:
writing this as a change of variable:
we can write:
Considering they the integrands are isolated and decaying, we can swap them, pulling out also e^{-i\lambda(u)} because it has no y dependence:
Notice! The inner part is a function, and the outer part is a Fourier transform! This is similar to a convolution (probability)! Meaning:
Operating on the inverse, we can obtain a similar result: