Difference between revisions of "Dqf cosy.m"
(Created page with "Phase-sensitive double-quantum filtered COSY pulse sequence. Syntax: fid=dqf_cosy(spin_system,parameters,H,R,K) where H is the Hamiltonian commutation superop...") |
|||
| Line 1: | Line 1: | ||
| − | Phase-sensitive double-quantum filtered COSY pulse sequence. | + | {{DISPLAYTITLE:dqf_cosy.m}} __NOTOC__ |
| + | Phase-sensitive double-quantum filtered COSY pulse sequence. | ||
| − | + | ==Syntax== | |
| − | + | fid=dqf_cosy(spin_system,parameters,H,R,K) | |
| − | |||
| − | |||
| − | |||
| − | + | ==Arguments== | |
| − | + | parameters.sweep sweep width in Hz | |
| + | |||
| + | parameters.npoints number of points for both dimensions | ||
| + | |||
| + | 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.cos, fid.sin - components of the free induction | ||
| + | decay for hypercomplex processing | ||
| + | |||
| + | ==Examples== | ||
| + | A DQF-COSY spectrum of strychnine (examples/nmr_liquids/dqf_cosy_strychnine.m) appears below. | ||
| + | |||
| + | [[dqf_cosy_strychnine.png]] | ||
| + | |||
| + | ==See also== | ||
| + | [[noesy.m]], [[hsqc.m]], [[hmqc.m]], [[hnco.m]], [[hncoca.m]], [[tocsy.m]], [[roesy.m]] | ||
| + | |||
| + | |||
| + | ''Version 2.3, authors: [[Ilya Kuprov]], [[Luke Edwards]]'' | ||
Revision as of 17:19, 30 December 2018
Phase-sensitive double-quantum filtered COSY pulse sequence.
Syntax
fid=dqf_cosy(spin_system,parameters,H,R,K)
Arguments
parameters.sweep sweep width in Hz
parameters.npoints number of points for both dimensions
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.cos, fid.sin - components of the free induction
decay for hypercomplex processing
Examples
A DQF-COSY spectrum of strychnine (examples/nmr_liquids/dqf_cosy_strychnine.m) appears below.
See also
noesy.m, hsqc.m, hmqc.m, hnco.m, hncoca.m, tocsy.m, roesy.m
Version 2.3, authors: Ilya Kuprov, Luke Edwards