Difference between revisions of "Mqs.m"
(Add NOTOC to Spinach function page header) |
m (Rename Arguments section heading to Parameters) |
||
| Line 6: | Line 6: | ||
fid=mqs(spin_system,parameters,H,R,K) | fid=mqs(spin_system,parameters,H,R,K) | ||
| − | == | + | ==Parameters== |
parameters.sweep [F1 F2] sweep widths (Hz) | parameters.sweep [F1 F2] sweep widths (Hz) | ||
Revision as of 18:50, 5 June 2026
2D multiple-quantum NMR pulse sequence.
Syntax
fid=mqs(spin_system,parameters,H,R,K)
Parameters
parameters.sweep [F1 F2] sweep widths (Hz)
parameters.npoints [F1 F2] numbers of points
parameters.spins working spins, e.g. {'1H','1H'}
parameters.angle flip angle, radians
parameters.mqorder coherence order to select
Outputs
fid - 2D magnitude-mode free induction decay
Examples
See mqs_propanol.m file in examples/nmr_liquids directory.
Notes
This function should be invoked through liquid.m context, which would provide H, R, and K.
See also
cosy.m, dqf_cosy.m, noesy.m, hsqc.m
Version 2.1, authors: Maria Grazia Concilio