Difference between revisions of "Dosy oneshot.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Spot-update function page against current Spinach source)
(Update function See also links and function index membership)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:dosy_oneshot.m}}
+
{{DISPLAYTITLE:dosy_oneshot.m}} __NOTOC__
 
Oneshot DOSY pulse sequence.
 
Oneshot DOSY pulse sequence.
 
==Syntax==
 
==Syntax==
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
 
   
 
   
 
     parameters.coil          - detection state
 
     parameters.coil          - detection state
 
+
 
     parameters.spins        - nuclei on which the sequence runs
 
     parameters.spins        - nuclei on which the sequence runs
   
+
 
     parameters.g_amp        - gradient amplitude for diffusion encoding, T/m.
 
     parameters.g_amp        - gradient amplitude for diffusion encoding, T/m.
   
+
 
     parameters.g_dur        - pulse width of the gradient for diffusion encoding, s.  
 
     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.kappa        - unbalancing factor to unbalance the bipolar gradients in the ratio (1+kappa):(1-kappa).
   
+
 
     parameters.g_stab_del    - gradient stabilisation delay, s
 
     parameters.g_stab_del    - gradient stabilisation delay, s
   
+
 
     parameters.del          - diffusion delay, s
 
     parameters.del          - diffusion delay, s
   
+
 
     parameters.dims          - size of the sample, m
 
     parameters.dims          - size of the sample, m
   
+
 
     parameters.npts          - number of discretization points in the grid
 
     parameters.npts          - number of discretization points in the grid
   
+
 
     parameters.npoints      - number of points in the acquired signal
 
     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  
 
     The last five parameters (H,R,K,G,F) are built automatically by [[imaging.m]] context function  
 
     when this sequence is called from that [[Kernel_contexts|context]].
 
     when this sequence is called from that [[Kernel_contexts|context]].
Line 40: Line 40:
  
 
==See also==
 
==See also==
[[imaging.m]], [[step.m]], [[evolution.m]], [[coherence.m]], [[idosyzs.m]], [[spendosy.m]], [[spendosycosy.m]]
+
[[imaging.m]], [[step.m]], [[evolution.m]], [[coherence.m]], [[idosyzs.m]], [[spendosy.m]], [[spendosycosy.m]], [[psyche.m]], [[psycosy.m]], [[spencosy.m]], [[st_ideal.m]], [[ufmq.m]], [[Built-in_experiments]]
  
 
''Version 2.4, authors: [[Maria Grazia Concilio]]''
 
''Version 2.4, authors: [[Maria Grazia Concilio]]''

Latest revision as of 19:36, 6 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, psyche.m, psycosy.m, spencosy.m, st_ideal.m, ufmq.m, Built-in_experiments

Version 2.4, authors: Maria Grazia Concilio