waveUnit

WAVEUNIT is a simple module for handling optical units.
63 Descargas
Actualizado 16 feb 2016

Ver licencia

WAVEUNIT allows to validate a physical unit and make some quick processing.

functionalities:
- validate units (e.g. 'fs' is ok, 'qs' not ok)
- optimize prefix (e.g. 1200 kHz --> 1.2 MHz)
- find inverse unit (e.g. 'ms'<-->'kHz')
- convert between frequency, wavelength and photon energy.
A subset on units, useful for optics, is currently supported.
Supported base units: 'm','s','Hz','eV','J'
examples:
wl = waveUnit.frequency2wavelength(1e-2, 'GHz', 'mm')
[freq, freqUnit] = waveUnit.wavelength2frequency(1, 'um', 'auto')
freq = waveUnit.energy2frequency(2.3, 'eV', 'THz')
[newValue, newUnit] = waveUnit.optimize(1.2e5, 'nm')
More information can be found in inside the main file 'waveUnit.m'

Citar como

Alberto Comin (2026). waveUnit (https://la.mathworks.com/matlabcentral/fileexchange/55408-waveunit), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Physics en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: OpticalMedium

Versión Publicado Notas de la versión
1.0.1.0

fixed typos

1.0.0.0