compute_signal_gau¶
- TRXASprefitpack.mathfun.compute_signal_gau(t: ndarray, fwhm: float, eigval: ndarray, V: ndarray, c: ndarray) ndarray[source]¶
Compute solution of the system of rate equations solved by solve_model convolved with normalized gaussian distribution
- Parameters:
t – time
fwhm – full width at half maximum of normalized gaussian distribution
eigval – eigenvalue for equation
V – eigenvectors for equation
c – coefficient
- Returns:
Convolution of solution of rate equation and normalized gaussian distribution
Note
eigval, V, c should be obtained from solve_model.