Difference between revisions of "Ppm2hz.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 22: | Line 22: | ||
==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]], [[ang2cgsppm.m]], [[castep2nqi.m]], [[cgsppm2ang.m]], [[conmat.m]], [[dictum.m]], [[dihedral.m]], [[frac2cart.m]], [[g2freq.m]], [[gauss2mhz.m]], [[ham2nqi.m]], [[hartree2joule.m]], [[hz2icm.m]], [[hz2ppm.m]], [[ias2mat.m]], [[mat2axrh.m]], [[mat2ias.m]], [[offsetof.m]], [[tsm2param.m]], [[xyz2dd.m]], [[Kernel_utilities]] |
''Version 2.4, authors: [[Maria Grazia Concilio]]'' | ''Version 2.4, authors: [[Maria Grazia Concilio]]'' | ||
Latest revision as of 19:40, 6 June 2026
Converts chemical shifts into resonance offsets.
Syntax
hz=ppm2hz(ppm,B0,nucleus)
Parameters
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, ang2cgsppm.m, castep2nqi.m, cgsppm2ang.m, conmat.m, dictum.m, dihedral.m, frac2cart.m, g2freq.m, gauss2mhz.m, ham2nqi.m, hartree2joule.m, hz2icm.m, hz2ppm.m, ias2mat.m, mat2axrh.m, mat2ias.m, offsetof.m, tsm2param.m, xyz2dd.m, Kernel_utilities
Version 2.4, authors: Maria Grazia Concilio