Difference between revisions of "Dosy oneshot.m"

From Spinach Documentation Wiki
Jump to: navigation, search
Line 3: Line 3:
 
==Syntax==
 
==Syntax==
  
      fid=dosy_oneshot(spin_system,parameters,H,R,K,G,F)
+
    fid=dosy_oneshot(spin_system,parameters,H,R,K,G,F)
  
 
==Arguments==
 
==Arguments==
Line 33: Line 33:
  
 
     fid                      - free induction decay
 
     fid                      - free induction decay
 +
 +
==Examples==
 +
An example is available in Spinach in: examples/nmr_spen/dosy_oneshot_1.m.
  
 
==See also==
 
==See also==
[[imaging.m]], [[step.m]], [[evolution.m]], [[coherence.m]]
+
[[imaging.m]], [[step.m]], [[evolution.m]], [[coherence.m]], [[idosyzs.m]], [[spendosy.m]], [[spendosycosy.m]]
  
  
 
''Version 2.4, authors: [[Maria Grazia Concilio]]''
 
''Version 2.4, authors: [[Maria Grazia Concilio]]''

Revision as of 18:17, 25 July 2019

Oneshot DOSY pulse sequence.

Syntax

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

Arguments

    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.dims          - size of the sample, m
   
    parameters.npts          - number of discretization points in the grid
   
    parameters.diff          - diffusion constant (m^2/s)
   
    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