waveUnit

버전 1.0.1.0 (5.58 KB) 작성자: Alberto Comin
WAVEUNIT is a simple module for handling optical units.
다운로드 수: 63
업데이트 날짜: 2016/2/16

라이선스 보기

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'

인용 양식

Alberto Comin (2025). waveUnit (https://kr.mathworks.com/matlabcentral/fileexchange/55408-waveunit), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Physics에 대해 자세히 알아보기
도움

도움 준 파일: OpticalMedium

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1.0

fixed typos

1.0.0.0