Difference between revisions of "Cpmg.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Sync syntax/arguments/outputs with current Spinach source)
(Update function See also links and function index membership)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:cpmg.m}} __NOTOC__
 
{{DISPLAYTITLE:cpmg.m}} __NOTOC__
 
 
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==
 
 
 
parameters.rho0    - initial state
 
 
 
    parameters.coil    - detection state
 
  
    parameters.pulse_op - pulse operator
+
==Parameters==
  
 
     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]], [[acquire.m]], [[holeburn.m]], [[hp_acquire.m]], [[impound.m]], [[relaxan.m]], [[slowpass.m]], [[sp_acquire.m]], [[traject.m]], [[Built-in_experiments]]
[[udd_dec.m]], [[cpmg_dec.m]], [[uhrig_times.m]]
 
 
 
  
 
''Version 2.1, authors: [[Ilya Kuprov]]''
 
''Version 2.1, authors: [[Ilya Kuprov]]''

Latest revision as of 19:35, 6 June 2026

CPMG echo train with detection.

Syntax

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

Parameters

   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, acquire.m, holeburn.m, hp_acquire.m, impound.m, relaxan.m, slowpass.m, sp_acquire.m, traject.m, Built-in_experiments

Version 2.1, authors: Ilya Kuprov