compute_signal_cauchy

TRXASprefitpack.mathfun.compute_signal_cauchy(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 cauchy distribution

Parameters
  • t – time

  • fwhm – full width at half maximum of normalized cauchy distribution

  • eigval – eigenvalue for equation

  • V – eigenvectors for equation

  • c – coefficient

Returns

Convolution of solution of rate equation and normalized cauchy distribution

Note

eigval, V, c should be obtained from solve_model.