I need to convolve an exponential decay (defined as the exponential $Ae^{-\lambda t}$ from $0$ to $+\infty$) with a Gaussian of known standard deviation $\sigma$, in other words I need to compute the following integral:
$$ g(\tau) = \int_{0}^\infty \exp(-\lambda t) \exp\left(-\frac{(t-\tau)^2}{2\sigma^2} \right)\mathrm d t $$
which is almost the same integral as in this question, but with a $0$ as the lower limit.
The answer to the above question does not seem to apply here, or at least not for the whole range of the convolution: naively I would expect an exponential increase up to $\tau=0$, then a Gaussian-like peak and finally an exponential decay for large $\tau$.
Anyway know how to get the full mathematical expression?
You're right that the integral should be from 0 to $\infty$, and this is precisely what is done in my answer (see Jul 20, 2014 answer to https://math.stackexchange.com/a/872561/165312 by TimeVariant.)