exp_conv_gau¶
- TRXASprefitpack.mathfun.exp_conv_gau(t: Union[float, ndarray], fwhm: float, k: float) Union[float, ndarray][source]¶
Compute exponential function convolved with normalized gaussian distribution
- Parameters
t – time
fwhm – full width at half maximum of gaussian distribution
k – rate constant (inverse of life time)
- Returns
Convolution of normalized gaussian distribution and exponential decay \((\exp(-kt))\).