30.1.52 ExpDec3ExpDec3-FitFunc
Function
Brief Description
Three-phase exponential decay function with time constant parameters.
Sample Curve
Parameters
Number: 7
Names: y0, A1, t1, A2, t2, A3, t3
Meanings: y0 = offset, 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.
Derived Parameters
Individual decay rate:
k1=1/t1
k2=1/t2
k3=1/t3
Individual half life:
thalf1=t1*ln(2)
thalf2=t2*ln(2)
thalf3=t3*ln(2)
Note: Half life is usually denoted by the symbol by convention.
Script Access
nlf_expdec3(x,y0,A1,t1,A2,t2,A3,t3)
Function File
FITFUNC\EXPDEC3.FDF
Category
Origin Basic Functions, Electrophysiology
|