Difference between revisions of "St ideal.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(See also)
(Update function See also links and function index membership)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:st_ideal.m}}
+
{{DISPLAYTITLE:st_ideal.m}} __NOTOC__
 
The ideal Stejskal-Tanner pulse sequence using the notation from Figure 1 in http://dx.doi.org/0.1002/cmr.a.21241 with no gaps between pulse sequence events.
 
The ideal Stejskal-Tanner pulse sequence using the notation from Figure 1 in http://dx.doi.org/0.1002/cmr.a.21241 with no gaps between pulse sequence events.
 
==Syntax==
 
==Syntax==
Line 5: Line 5:
 
       inten=st_ideal(spin_system,parameters,H,R,K,G,F)
 
       inten=st_ideal(spin_system,parameters,H,R,K,G,F)
  
==Arguments==
+
==Parameters==
  
 
     parameters.spins      - working spin.
 
     parameters.spins      - working spin.
 
+
 
     parameters.g_amp      - gradient amplitude, T/m.
 
     parameters.g_amp      - gradient amplitude, T/m.
   
+
 
     parameters.delta_sml  - the small delta parameter, representing the gradient duration, s.
 
     parameters.delta_sml  - the small delta parameter, representing the gradient duration, s.
   
+
 
     parameters.delta_big  - the big delta parameter, representing the diffusion delay, s.
 
     parameters.delta_big  - the big delta parameter, representing the diffusion delay, s.
   
+
 
     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 24: Line 24:
  
 
==See also==
 
==See also==
[[imaging.m]], [[step.m]], [[evolution.m]], [[coherence.m]]
+
[[imaging.m]], [[step.m]], [[evolution.m]], [[coherence.m]], [[dosy_oneshot.m]], [[idosyzs.m]], [[psyche.m]], [[psycosy.m]], [[spencosy.m]], [[spendosy.m]], [[spendosycosy.m]], [[ufmq.m]], [[Built-in_experiments]]
 
 
  
 
''Version 2.3, authors: [[Maria Grazia Concilio]], [[Ilya Kuprov]]''
 
''Version 2.3, authors: [[Maria Grazia Concilio]], [[Ilya Kuprov]]''

Latest revision as of 19:41, 6 June 2026

The ideal Stejskal-Tanner pulse sequence using the notation from Figure 1 in http://dx.doi.org/0.1002/cmr.a.21241 with no gaps between pulse sequence events.

Syntax

     inten=st_ideal(spin_system,parameters,H,R,K,G,F)

Parameters

    parameters.spins      - working spin.

    parameters.g_amp      - gradient amplitude, T/m.

    parameters.delta_sml  - the small delta parameter, representing the gradient duration, s.

    parameters.delta_big  - the big delta parameter, representing the diffusion delay, 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

   inten  - the absolute value of the first point in the free induction decay; this number is 
            proportional to the integral of the real part of the correctly phased spectrum.

See also

imaging.m, step.m, evolution.m, coherence.m, dosy_oneshot.m, idosyzs.m, psyche.m, psycosy.m, spencosy.m, spendosy.m, spendosycosy.m, ufmq.m, Built-in_experiments

Version 2.3, authors: Maria Grazia Concilio, Ilya Kuprov