Graphically compute the convolution of a square pulse with itself, where a square pulse is defined as {1 if 0<=x<=1, 0 otherwise}.
I know a triangle would result, but I'm just not sure where exactly in the x-axis would this triangle be on. (0,2)? (-1,1)? (-0.5, 1.5)?
sorry, im not good with graph stuff :/i would hate to give u the wrong answer:(
Haha that's okay. Thanks anyway. :D
convolution means, as one signal moves across the other, how does the overlapping area change
wikipedia should have an animation there
@electrokid: Yes I know what convolution means, but I just wanted to make sure which one is the right answer, because my friend and I have been arguing about this haha.
|dw:1364575675706:dw| if f(t) is the window function $$g(t)=f(t)\ast f(t)$$ for $$t<0\quad g(t)=0$$ |dw:1364575887260:dw| $$0\leq t \leq 1\\ g(t)=\int \limits_{-\infty}^{\infty}f(\tau)f(t-\tau)d\tau=\int\limits_0^t1\times1d\tau=t$$ |dw:1364576106762:dw| $$1<t\leq2\\ g(t)=\int \limits_{-\infty}^{\infty}f(\tau)f(t-\tau)d\tau=\int\limits_{-1+t}^{1}1\times1 d\tau=1-(-1+t)=2-t$$ |dw:1364576350718:dw| $$2<t\\ g(t)=\int \limits_{-\infty}^{\infty}f(\tau)f(t-\tau)d\tau=0$$ $$\therefore\begin{equation*} g(t) = \begin{cases} t & \text{if $0\leq t \leq 1$}\\ 2-t & \text{if $1<x\le 2$}\\ 0 &\text{otherwise} \end{cases} \end{equation*}$$
to find the limits you can use the property, If f(x) is defined on a<x<b and g(x) on c<x<d, $$f(x)\ast g(x)$$ is defined on a+b<x<c+d
Thanks!
you're welcome :)
Join our real-time social learning platform and learn together with your friends!