Difference between revisions of "Uhrig times.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)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:uhrig_times.m}}
+
{{DISPLAYTITLE:uhrig_times.m}} __NOTOC__
Uhrig's UDD decoupling sequence timings.
+
Returns pulse timings for the Uhrig Dynamic Decoupling (UDD) sequence.
  
 
==Syntax==
 
==Syntax==
Line 6: Line 6:
 
     time_delays=uhrig_times(T,N)
 
     time_delays=uhrig_times(T,N)
  
==Description==
+
==Parameters==
These are pulse spacings for the Uhrig Dynamic Decoupling pulse sequence.
 
 
 
==Arguments==
 
  
 
     T - total duration of the sequence (sum of all delays)
 
     T - total duration of the sequence (sum of all delays)
Line 23: Line 20:
  
 
==See also==
 
==See also==
[[udd_dec.m]], [[cpmg_dec.m]]
+
[[udd_dec.m]], [[cpmg_dec.m]], [[basic_1d_hard.m]], [[epi_2d.m]], [[epi_3d.m]], [[fse.m]], [[grad_echo.m]], [[phase_enc_2d.m]], [[phase_enc_3d.m]], [[press_1d.m]], [[press_2d.m]], [[press_voxel_1d.m]], [[press_voxel_2d.m]], [[press_voxel_3d.m]], [[slice_select_1d.m]], [[spin_echo.m]], [[spiral.m]], [[Built-in_experiments]], [[Imaging_module]], [[Mri_sequence_list]]
  
 
''Version 2.1, authors: [[Ilya Kuprov]], [[Ahmed Allami]]''
 
''Version 2.1, authors: [[Ilya Kuprov]], [[Ahmed Allami]]''

Latest revision as of 19:42, 6 June 2026

Returns pulse timings for the Uhrig Dynamic Decoupling (UDD) sequence.

Syntax

    time_delays=uhrig_times(T,N)

Parameters

   T - total duration of the sequence (sum of all delays)

   N - number of pulses in the sequence

Outputs

   time_delays - a list of delays between ideal pulses in
                 the UDD sequence; the first pulse goes after
                 the first delay, and there is a delay after
                 the last pulse

See also

udd_dec.m, cpmg_dec.m, basic_1d_hard.m, epi_2d.m, epi_3d.m, fse.m, grad_echo.m, phase_enc_2d.m, phase_enc_3d.m, press_1d.m, press_2d.m, press_voxel_1d.m, press_voxel_2d.m, press_voxel_3d.m, slice_select_1d.m, spin_echo.m, spiral.m, Built-in_experiments, Imaging_module, Mri_sequence_list

Version 2.1, authors: Ilya Kuprov, Ahmed Allami