deriv_dmp_osc_sum_conv_cauchy_2¶
- TRXASprefitpack.mathfun.deriv_dmp_osc_sum_conv_cauchy_2(t: ndarray, fwhm: float, k: ndarray, T: ndarray, c: ndarray) ndarray[source]¶
Compute derivative of sum of damped oscillation function convolved with normalized cauchy distribution
- Parameters
t – time
fwhm – full width at half maximum of cauchy distribution
k – rate constant (inverse of life time)
T – period
phase – phase factor
c – amplitude coefficient
- Returns
Derivative of Convolution of normalized cauchy distribution and damped oscillation \((\exp(-kt) \cdot (c_1 \cos(2\pi t/T) + c_2 \sin(2\pi t/T)))\).
Note
1st column: df/dt
2nd column: df/d(fwhm)
2+i th column: df/dk_i \((1 \leq i \leq {num}_{comp})\)
2+num_comp+i th column: df/dT_i \((1 \leq i \leq {num}_{comp})\)