ex_5pdeer
¶
5-pulse DEER experiment
Syntax¶
info = ex_5pdeer(t)
pathways = ex_5pdeer(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 two modulated pathway and an unmodulated contribution. The kernel is
where and
are the refocusing times of the two modulated dipolar pathways.
Variable | Symbol | Default | Lower | Upper | Description |
---|---|---|---|---|---|
param(1) |
0.4 | 0 | 1 | unmodulated pathways, amplitude | |
param(2) |
0.4 | 0 | 1 | 1st modulated pathway, amplitude | |
param(3) |
0.2 | 0 | 1 | 2nd modulated pathway, amplitude | |
param(4) |
2nd modulated pathway, refocusing time (us) |
Example of a simulated signal using default parameters:

Description¶
info = ex_5pdeer(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_5pdeer(t,param)
Generates the dipolar pathways matrix pathways
from the time-axis t
and model parameters param
.