I have data measuring an exponential decay that is convoluted by a gaussian response function.
I have the measured shape of the gaussian, and want an analytical expression for the exponential post-convolution that I can use to compare to the data.
I need to calculate the following, but am having trouble.
$g(\tau) = \int_-^\infty \exp(-\lambda t) \exp(-\frac{(t-\tau)^2}{2\sigma^2} ) d \tau$
Where $\sigma$ is known.
$g(\tau) = \int_-^\infty \exp(-\lambda t -\frac{t^2}{2\sigma^2} +\frac{t \tau}{\sigma^2}) \exp(-\frac{\tau^2}{2\sigma^2} ) d \tau$
The last term looks like the Error function, but Im not sure is it.