kelvin2hz.m

From Spinach Documentation Wiki
Jump to: navigation, search

Converts Kelvin energy units used for Debye temperatures and thermal energy scales in solid state physics into Hz units preferred in magnetic resonance. The conversion is nu = kBT/h with CODATA values of the Boltzmann and Planck constants. Arrays of any dimensions are supported.

Syntax

    hz=kelvin2hz(kelvin)

Parameters

    kelvin  - an array of values in Kelvin

Outputs

    hz      - an array of values in Hz

Examples

A Debye temperature of 2200 K, as quoted for diamond, expressed as a frequency:

    nu=kelvin2hz(2200);

Notes

  1. This is a unit conversion for energy scales, not a temperature specification: the system temperature itself is declared in Kelvin in inter.temperature.

See also

mev2hz.m, icm2hz.m, hz2icm.m, cart2mode.m, ejec2duffing.m, Kernel utilities

Version 2.12, authors: Ilya Kuprov