deerlab.bg_exp¶
- bg_exp = <deerlab.model.Model object>¶
Exponential background model
- Parameters:
- tarray_like
Time vector, in microseconds.
- decayscalar
Decay rate
- Returns:
- Bndarray
Dipolar background vector.
Notes
Parameter Table
Name
Lower
Upper
Type
Frozen
Unit
Description
decay
0
200
nonlin
No
μs⁻¹
Decay rate
Model
Although the
bg_exp
model has the same functional form asbg_hom3d
, it is distinct since its parameter is a decay rate constant and not a spin concentration like forbg_hom3d
.