| 30.1.55 ExpDecay3ExpDecay3-FitFunc Function 
 Brief DescriptionThree-phase exponential decay function with time offset, x0 should be fixed.
 Sample Curve
 ParametersNumber:  8
 Names:  y0, x0, A1, t1, A2, t2, A3, t3
 Meanings:  y0 = offset, x0 = center, A1 = amplitude, t1 = time constant, A2 = amplitude, t2 = time constant, A3 = amplitude, t3 = time constant
 Lower Bounds:  none
 Upper Bounds:  none
 Note: different initial parameters are used for t1, t2 and t3 so as to make sure t3 > t2 > t1 in the fitting results.
 Script Accessnlf_expdecay3(x,y0,x0,A1,t1,A2,t2,A3,t3) Function FileFITFUNC\EXPDECY3.FDF
 CategoryExponential
 |