ct_cosy.m

From Spinach Documentation Wiki
Jump to: navigation, search

Constant-time COSY pulse sequence with analytical coherence selection from Figure 3a of (https://doi.org/10.1002/chem.201406283).

Syntax

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

Parameters

   parameters.sweep        a two-element vector giving the 
                           sweep widths in F1 and F2 

   parameters.npoints      a two-element vector giving the 
                           number of points in F1 and F2 

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

   H  - Hamiltonian matrix, received from context function

   R  - relaxation superoperator, received from context function

   K  - kinetics superoperator, received from context function

Outputs

   fid        - two-dimensional free induction decay

Examples

Below is the output of examples/nmr_liquids/ct_cosy_rotenone.m example file.

Ct cosy rotenone.png

See also

clip_hsqc.m, coloc.m, cosy.m, crazed.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, 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.5, authors: Matt Walker, Ilya Kuprov