Difference between revisions of "Hz2ppm.m"
(Created page with "{{DISPLAYTITLE:hz2ppm.m}} __NOTOC__ Converts resonance offsets into chemical shifts. ==Syntax== ppm=hz2ppm(hz,B0,nucleus) ==Arguments== hz - resonance off...") |
(Update function See also links and function index membership) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
ppm=hz2ppm(hz,B0,nucleus) | ppm=hz2ppm(hz,B0,nucleus) | ||
| − | == | + | ==Parameters== |
hz - resonance offset in Hz | hz - resonance offset in Hz | ||
| Line 17: | Line 17: | ||
ppm - chemical shift in ppm | ppm - chemical shift in ppm | ||
| + | |||
| + | ==Notes== | ||
| + | Signs of the magnetogyric ratios are preserved. | ||
==See also== | ==See also== | ||
| − | [[Kernel_utilities | + | [[anas2mat.m]], [[ang2cgsppm.m]], [[axrh2mat.m]], [[castep2nqi.m]], [[cgsppm2ang.m]], [[conmat.m]], [[dictum.m]], [[dihedral.m]], [[eeqq2nqi.m]], [[frac2cart.m]], [[g2freq.m]], [[gauss2mhz.m]], [[ham2nqi.m]], [[hartree2joule.m]], [[hz2icm.m]], [[ias2mat.m]], [[mat2axrh.m]], [[mat2ias.m]], [[mhz2gauss.m]], [[mt2hz.m]], [[offsetof.m]], [[ppm2hz.m]], [[spsk2mat.m]], [[tsm2param.m]], [[xyz2dd.m]], [[zfs2mat.m]], [[Kernel_utilities]] |
| − | |||
''Version 2.7, authors: [[Maria Grazia Concilio]], [[Ilya Kuprov]]'' | ''Version 2.7, authors: [[Maria Grazia Concilio]], [[Ilya Kuprov]]'' | ||
Latest revision as of 19:37, 6 June 2026
Converts resonance offsets into chemical shifts.
Syntax
ppm=hz2ppm(hz,B0,nucleus)
Parameters
hz - resonance offset in Hz
B0 - magnet induction, Tesla
nucleus - a string specifying the isotope, e.g. '1H'
Outputs
ppm - chemical shift in ppm
Notes
Signs of the magnetogyric ratios are preserved.
See also
anas2mat.m, ang2cgsppm.m, axrh2mat.m, castep2nqi.m, cgsppm2ang.m, conmat.m, dictum.m, dihedral.m, eeqq2nqi.m, frac2cart.m, g2freq.m, gauss2mhz.m, ham2nqi.m, hartree2joule.m, hz2icm.m, ias2mat.m, mat2axrh.m, mat2ias.m, mhz2gauss.m, mt2hz.m, offsetof.m, ppm2hz.m, spsk2mat.m, tsm2param.m, xyz2dd.m, zfs2mat.m, Kernel_utilities
Version 2.7, authors: Maria Grazia Concilio, Ilya Kuprov