Difference between revisions of "Ppm2hz.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Syntax)
(Normalise sequential blank lines)
Line 23: Line 23:
 
==See also==
 
==See also==
 
[[anas2mat.m]], [[axrh2mat.m]], [[eeqq2nqi.m]], [[mhz2gauss.m]], [[mt2hz.m]], [[spsk2mat.m]], [[zfs2mat.m]]
 
[[anas2mat.m]], [[axrh2mat.m]], [[eeqq2nqi.m]], [[mhz2gauss.m]], [[mt2hz.m]], [[spsk2mat.m]], [[zfs2mat.m]]
 
  
 
''Version 2.4, authors: [[Maria Grazia Concilio]]''
 
''Version 2.4, authors: [[Maria Grazia Concilio]]''

Revision as of 12:29, 25 April 2026

Converts chemical shifts into resonance offsets.

Syntax

    hz=ppm2hz(ppm,B0,nucleus)

Arguments

   ppm       - chemical shift in ppm

   B0        - magnet induction, Tesla

   nucleus   - a string specifying the isotope, e.g. '1H'

Outputs

   hz        - resonance offset in Hz

Notes

Signs of the magnetogyric ratios are preserved.

See also

anas2mat.m, axrh2mat.m, eeqq2nqi.m, mhz2gauss.m, mt2hz.m, spsk2mat.m, zfs2mat.m

Version 2.4, authors: Maria Grazia Concilio