Difference between revisions of "Hz2icm.m"
(Created page with "{{DISPLAYTITLE:hz2icm.m}} Converts Hz units used in magnetic resonance into cm^-1 units used in spectroscopy. ==Syntax== icm=hz2icm(hz) ==Description== Arrays of any d...") |
(Update function See also links and function index membership) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{DISPLAYTITLE:hz2icm.m}} | + | {{DISPLAYTITLE:hz2icm.m}} __NOTOC__ |
| − | Converts Hz units used in magnetic resonance into cm^-1 units used in spectroscopy. | + | Converts Hz units used in magnetic resonance into cm^-1 units used in spectroscopy; arrays of any dimensions are supported. |
==Syntax== | ==Syntax== | ||
| Line 6: | Line 6: | ||
icm=hz2icm(hz) | icm=hz2icm(hz) | ||
| − | == | + | ==Parameters== |
| − | |||
| − | |||
| − | |||
hz - an array of values in Hz | hz - an array of values in Hz | ||
| Line 18: | Line 15: | ||
==See also== | ==See also== | ||
| − | [[icm2hz.m]], [[ang2cgsppm.m]], [[castep2nqi.m]], [[cgsppm2ang.m]], [[eeqq2nqi.m]], [[frac2cart.m]], [[gauss2mhz.m]], [[fwhm2rlx.m]], [[g2freq.m]], [[hartree2joule.m]], [[mhz2gauss.m]], [[mt2hz.m]] | + | [[icm2hz.m]], [[ang2cgsppm.m]], [[castep2nqi.m]], [[cgsppm2ang.m]], [[eeqq2nqi.m]], [[frac2cart.m]], [[gauss2mhz.m]], [[fwhm2rlx.m]], [[g2freq.m]], [[hartree2joule.m]], [[mhz2gauss.m]], [[mt2hz.m]], [[anas2mat.m]], [[axrh2mat.m]], [[conmat.m]], [[dictum.m]], [[dihedral.m]], [[ham2nqi.m]], [[hz2ppm.m]], [[ias2mat.m]], [[mat2axrh.m]], [[mat2ias.m]], [[offsetof.m]], [[ppm2hz.m]], [[spsk2mat.m]], [[tsm2param.m]], [[xyz2dd.m]], [[zfs2mat.m]], [[Kernel_utilities]] |
| − | |||
''Version 2.1, authors: [[Ilya Kuprov]]'' | ''Version 2.1, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:37, 6 June 2026
Converts Hz units used in magnetic resonance into cm^-1 units used in spectroscopy; arrays of any dimensions are supported.
Syntax
icm=hz2icm(hz)
Parameters
hz - an array of values in Hz
Outputs
icm - an array of values in inverse centimetres
See also
icm2hz.m, ang2cgsppm.m, castep2nqi.m, cgsppm2ang.m, eeqq2nqi.m, frac2cart.m, gauss2mhz.m, fwhm2rlx.m, g2freq.m, hartree2joule.m, mhz2gauss.m, mt2hz.m, anas2mat.m, axrh2mat.m, conmat.m, dictum.m, dihedral.m, ham2nqi.m, hz2ppm.m, ias2mat.m, mat2axrh.m, mat2ias.m, offsetof.m, ppm2hz.m, spsk2mat.m, tsm2param.m, xyz2dd.m, zfs2mat.m, Kernel_utilities
Version 2.1, authors: Ilya Kuprov