Difference between revisions of "Mqs.m"
(Restore pre-bulk-edit wiki content) |
(Normalise sequential blank lines) |
||
| Line 30: | Line 30: | ||
==See also== | ==See also== | ||
[[cosy.m]], [[dqf_cosy.m]], [[noesy.m]], [[hsqc.m]] | [[cosy.m]], [[dqf_cosy.m]], [[noesy.m]], [[hsqc.m]] | ||
| − | |||
''Version 2.1, authors: [[Maria Grazia Concilio]]'' | ''Version 2.1, authors: [[Maria Grazia Concilio]]'' | ||
Revision as of 12:27, 25 April 2026
2D multiple-quantum NMR pulse sequence.
Contents
Syntax
fid=mqs(spin_system,parameters,H,R,K)
Arguments
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