Difference between revisions of "Mqs.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:function.m}} 2D multiple-quantum NMR pulse sequence. ==Syntax== fid=mqs(spin_system,parameters,H,R,K) ==Arguments== parameters.sweep [F1 F2] s...")
 
(Sync syntax/arguments/outputs with current Spinach source)
Line 1: Line 1:
{{DISPLAYTITLE:function.m}}
+
{{DISPLAYTITLE:mqs.m}} __NOTOC__
 +
 
 
2D multiple-quantum NMR pulse sequence.
 
2D multiple-quantum NMR pulse sequence.
  
 
==Syntax==
 
==Syntax==
  
    fid=mqs(spin_system,parameters,H,R,K)
+
fid=mqs(spin_system,parameters,H,R,K)
  
 
==Arguments==
 
==Arguments==
  
  parameters.sweep      [F1 F2] sweep widths (Hz)
+
parameters.sweep      [F1 F2] sweep widths (Hz)
 
   
 
   
 
   parameters.npoints    [F1 F2] numbers of points
 
   parameters.npoints    [F1 F2] numbers of points
Line 20: Line 21:
 
==Outputs==
 
==Outputs==
  
    fid - 2D magnitude-mode free induction decay
+
fid - 2D magnitude-mode free induction decay
 +
 
 +
mariagrazia.concilio@sjtu.edu.cn
 +
jean-nicolas.dumez@univ-nantes.fr
  
 
==Examples==
 
==Examples==
 +
 
See mqs_propanol.m file in examples/nmr_liquids directory.
 
See mqs_propanol.m file in examples/nmr_liquids directory.
  
 
==Notes==
 
==Notes==
 +
 
This function should be invoked through [[liquid.m]] context, which would provide H, R, and K.
 
This function should be invoked through [[liquid.m]] context, which would provide H, R, and K.
  
 
==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 15:06, 5 April 2026


2D multiple-quantum NMR pulse sequence.

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

mariagrazia.concilio@sjtu.edu.cn
jean-nicolas.dumez@univ-nantes.fr

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