Difference between revisions of "Dosy oneshot.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Normalise preformatted blank lines in function documentation blocks)
m (Rename Arguments section heading to Parameters)
Line 5: Line 5:
 
     fid=dosy_oneshot(spin_system,parameters,H,R,K,G,F)
 
     fid=dosy_oneshot(spin_system,parameters,H,R,K,G,F)
  
==Arguments==
+
==Parameters==
  
 
     parameters.rho0          - initial state
 
     parameters.rho0          - initial state

Revision as of 18:48, 5 June 2026

Oneshot DOSY pulse sequence.

Syntax

    fid=dosy_oneshot(spin_system,parameters,H,R,K,G,F)

Parameters

    parameters.rho0          - initial state

    parameters.coil          - detection state

    parameters.spins         - nuclei on which the sequence runs

    parameters.g_amp         - gradient amplitude for diffusion encoding, T/m.

    parameters.g_dur         - pulse width of the gradient for diffusion encoding, s. 

    parameters.kappa         - unbalancing factor to unbalance the bipolar gradients in the ratio (1+kappa):(1-kappa).

    parameters.g_stab_del    - gradient stabilisation delay, s

    parameters.del           - diffusion delay, s

    parameters.dims          - size of the sample, m

    parameters.npts          - number of discretization points in the grid

    parameters.npoints       - number of points in the acquired signal

    The last five parameters (H,R,K,G,F) are built automatically by imaging.m context function 
    when this sequence is called from that context.

Outputs

    fid                      - free induction decay

Examples

An example is available in Spinach in: examples/nmr_spen/dosy_oneshot_1.m.

See also

imaging.m, step.m, evolution.m, coherence.m, idosyzs.m, spendosy.m, spendosycosy.m

Version 2.4, authors: Maria Grazia Concilio