ex_4pdeer
¶
4-pulse DEER experiment
Syntax¶
info = ex_4pdeer(t)
pathways = ex_4pdeer(t,param)
- Parameters
t
- Time axis (M-array), in microsecondsparam
- Model parameters (array)
- Returns
pathways
- Dipolar pathways (array)info
- Model information (struct)
Model¶

This experiment model has one modulated pathway and an unmodulated contribution. The kernel is
where is the refocusing time of the modulated dipolar pathway.
Variable | Symbol | Default | Lower | Upper | Description |
---|---|---|---|---|---|
param(1) |
0.3 | 0 | 1 | modulated pathway amplitude (modulation depth) |
Example of a simulated signal using default parameters:

Description¶
info = ex_4pdeer(t)
Returns an info
structure containing the specifics of the model:
info.model
- Full name of the parametric model.info.nparam
- Total number of adjustable parameters.info.parameters
- Structure array with information on individual parameters.
pathways = ex_4pdeer(t,param)
Generates the dipolar pathways matrix pathways
from the time-axis t
and model parameters param
.