Difference between revisions of "Cpmg.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Sync syntax/arguments/outputs with current Spinach source)
(Restore pre-bulk-edit wiki content)
Line 1: Line 1:
{{DISPLAYTITLE:cpmg.m}} __NOTOC__
+
{{DISPLAYTITLE:function.m}}
 
 
 
CPMG echo train with detection.
 
CPMG echo train with detection.
  
 
==Syntax==
 
==Syntax==
  
fid=cpmg(spin_system,parameters,H,R,K)
+
    fid=cpmg(spin_system,parameters,H,R,K)
  
 
==Arguments==
 
==Arguments==
 
parameters.rho0    - initial state
 
 
    parameters.coil    - detection state
 
 
    parameters.pulse_op - pulse operator
 
  
 
     parameters.nloops  - number of CPMG loops
 
     parameters.nloops  - number of CPMG loops
 
+
 
     parameters.timestep - time step
 
     parameters.timestep - time step
 
+
 
     parameters.npoints  - number of steps per half-echo
 
     parameters.npoints  - number of steps per half-echo
  
 
==Outputs==
 
==Outputs==
  
fid - free induction decay throughout the sequence
+
    fid - free induction decay throughout the sequence
  
 
==See also==
 
==See also==
 
 
[[udd_dec.m]], [[cpmg_dec.m]], [[uhrig_times.m]]
 
[[udd_dec.m]], [[cpmg_dec.m]], [[uhrig_times.m]]
  
  
 
''Version 2.1, authors: [[Ilya Kuprov]]''
 
''Version 2.1, authors: [[Ilya Kuprov]]''

Revision as of 15:48, 5 April 2026

CPMG echo train with detection.

Syntax

    fid=cpmg(spin_system,parameters,H,R,K)

Arguments

   parameters.nloops   - number of CPMG loops

   parameters.timestep - time step

   parameters.npoints  - number of steps per half-echo

Outputs

   fid - free induction decay throughout the sequence

See also

udd_dec.m, cpmg_dec.m, uhrig_times.m


Version 2.1, authors: Ilya Kuprov