Convolution Intuition Sliding

78 Views Asked by At

In this Convolution Example Image

I understand it as follows please correct me if I am wrong.

There are two functions $f(x)$ and $g(x)$. I am sliding $g(x)$ over $f(x)$, we find area for a given interval "$t$" which is the area where both $f(x)$ and $g(x)$ intersects(shown as yellow area) and we plot the same area value as a black line which is the convolution function. So does convolution function gives this equation form? So the equation form gives the value of the area for different $f(x)$ and $g(x)$ values.

1

There are 1 best solutions below

0
On

Explanation of wikipedia's explanation.

They first flip one of the functions, $g_-(x) = g(-x)$. So that $f(\tau)g(t-\tau)$ becomes $f(\tau)g_-(\tau-t)$.

Suppose you want to find the value of the convolution at, say $t=1.7$. Let $g^{1.7}_- = g_-(\tau-1.7)$ be the function $g_-$ shifted left.

Now, the integral of $f(\tau) g^{1.7}_-(\tau)$ should be a familiar object, which, in some cases (when one of the function has values $\{0, 1\}$), can be interpreted as the area of intersection of the two functions, both of which should be easy to visualize.