inept.m

From Spinach Documentation Wiki
Jump to: navigation, search

Non-refocused INEPT pulse sequence. This returns the directly acquired coupled antiphase spectrum rather than a refocused, broadband-decoupled INEPT variant.

Syntax

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

Parameters

   parameters.sweep           [F1] Sweep width in Hz

   parameters.npoints         [F1] number of points

   parameters.spins           {F1 F2} working nuclei,
                              e.g. {'15N','1H'}

   parameters.J               working scalar coupling 
                              in Hz

   H - Hamiltonian matrix, received from context function

   R - relaxation superoperator, received from context function

   K - kinetics superoperator, received from context function

Outputs

   fid   - free induction decay

Notes

Use dilute.m to generate carbon isotopomers.

Examples

An INEPT spectrum of strychnine (examples/nmr_liquids/inept_strychnine.m) appears below.

Inept strychnine.png

See also

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

Version 2.3, authors: Andrew Porter, Ilya Kuprov