Difference between revisions of "Sifter.m"
(Created page with "{{DISPLAYTITLE:function.m}} SIFTER pulse sequence. ==Syntax== fid=sifter(spin_system,parameters,H,R,K) ==Arguments== parameters.npoints1 - number of points in...") |
(→See also) |
||
| Line 33: | Line 33: | ||
==See also== | ==See also== | ||
| − | [[eseem.m]], [[deer_analyt.m]], [[ | + | [[eseem.m]], [[deer_analyt.m]], [[deer_3p_soft_deer.m]] |
''Version 2.1, authors: [[Asif Equbal]]'' | ''Version 2.1, authors: [[Asif Equbal]]'' | ||
Revision as of 17:03, 3 January 2018
SIFTER pulse sequence.
Contents
Syntax
fid=sifter(spin_system,parameters,H,R,K)
Arguments
parameters.npoints1 - number of points in first echo parameters.npoints2 - number of points in second echo parameters.timestep - simulation time step, seconds parameters.rho0 - initial state parameters.coil - detection state parameters.pulse_opx - pulse operator in X phase parameters.pulse_opy - pulse operator in Y phase
Outputs
fid - a 2D free induction decay
Examples
See sifter_nitroxide_powder.m file in examples/esr_solids directory.
Notes
This function should be called from the powder.m context, which will provide H, R, and K.
See also
eseem.m, deer_analyt.m, deer_3p_soft_deer.m
Version 2.1, authors: Asif Equbal