[Math] Why is the convolution output in terms of ‘t’ not $\tau$

convolutionintegrationsignal processing

The convolution integral is defined as:

$$y(t) = (h * x)(t) = \int^{+\infty}_{-\infty} h(\tau). x(t-\tau)\ d\tau$$

where $h(t)$ and $x(t)$ are functions in terms of time.

Why is $y$ in terms of '$t$' instead of in terms of $\tau$? Isn't convolution in terms of the time shift? Does $\tau$ represent time shift?

Please help, as my friends and I are having trouble understanding the definition of the convolution integral.

Best Answer

In this case $y$ is strictly a function of $t$ because the integral is done with respect to $\tau$. Maybe it is a bit easier to understand when talking about just a normal definite integral:

$$\int_a^b f(x) dx = F(b) - F(a) = K$$

$K$ here is any real number and $F(x)$ is the antiderivative. Notice that what you get back is strictly a number, no $x$'s after you finish the integration with $x$. Apply this logic to see why all the $\tau$'s disappear and only $t$'s remain.