Difference between revisions of "Inv rec.m"

From Spinach Documentation Wiki
Jump to: navigation, search
m (Rename Arguments section heading to Parameters)
(Update function See also links and function index membership)
 
Line 39: Line 39:
  
 
==See also==
 
==See also==
[[sat_rec.m]], [[noesy.m]], [[roesy.m]], [[singlet.m]], [[relaxation.m]]
+
[[sat_rec.m]], [[noesy.m]], [[roesy.m]], [[singlet.m]], [[relaxation.m]], [[clip_hsqc.m]], [[coloc.m]], [[cosy.m]], [[crazed.m]], [[ct_cosy.m]], [[ct_hsqc.m]], [[dept.m]], [[deptq.m]], [[dqf_cosy.m]], [[ecosy.m]], [[hetcor.m]], [[hmbc.m]], [[hmqc.m]], [[hoesy.m]], [[hsqc.m]], [[inadequate.m]], [[inadequate_2d.m]], [[inept.m]], [[mqs.m]], [[mqs_refocus.m]], [[pansy_cosy.m]], [[pansy_triple.m]], [[tocsy.m]], [[Built-in_experiments]]
  
 
''Version 2.3, authors: [[Zak El-Machachi]], [[Ilya Kuprov]]''
 
''Version 2.3, authors: [[Zak El-Machachi]], [[Ilya Kuprov]]''

Latest revision as of 19:38, 6 June 2026

Inversion-recovery pulse sequence.

Syntax

    fids=inv_rec(spin_system,parameters,H,R,K)

Parameters

   parameters.sweep              spectrum sweep width, Hz

   parameters.npoints            number of points in the FID

   parameters.spins              nuclei on which the sequence runs,
                                 specified as {'1H'}, {'13C'}, etc.

   parameters.max_delay          longest relaxation delay

   parameters.n_delays           number of relaxation delays to run

   H     - Hamiltonian matrix, received from context function

   R     - relaxation superoperator, received from context function

   K     - kinetics superoperator, received from context function

Outputs

   fids  - free induction decays for each delay starting from zero,
           a matrix with individual FIDs in columns

Examples

A simulation of a inversion-recovery experiment on strychnine (examples/nmr_liquids/sat_rec_strychnine.m) appears below - it is a stack of spectra obtained after different relaxation delays.

Inv rec strychnine.png

Notes

The relaxation superoperator must be thermalised.

See also

sat_rec.m, noesy.m, roesy.m, singlet.m, relaxation.m, clip_hsqc.m, coloc.m, cosy.m, crazed.m, ct_cosy.m, ct_hsqc.m, dept.m, deptq.m, dqf_cosy.m, ecosy.m, hetcor.m, hmbc.m, hmqc.m, hoesy.m, hsqc.m, inadequate.m, inadequate_2d.m, inept.m, mqs.m, mqs_refocus.m, pansy_cosy.m, pansy_triple.m, tocsy.m, Built-in_experiments

Version 2.3, authors: Zak El-Machachi, Ilya Kuprov