OpticalMedium

版本 1.0.1.1 (6.4 KB) 作者: Alberto Comin
OpticalMedium is a simple class that provides refractive index and permittivity of a material.
305.0 次下载
更新时间 2016/2/23

查看许可证

OpticalMedium gives refractive index and permittivity of a material.

It uses Sellmeyer formula to retrieve refractive index and permittivity
at specified frequency, wavelength or photon energy in eV.
The available materials are listed in the file 'sellmeyer.csv', which
can be easily edited to add more materials.

examples:
n = OpticalMedium('BK7').refractiveIndex(800, 'nm');
n = OpticalMedium('SF10').refractiveIndex(2, 'eV');
n = OpticalMedium('BK7').refractiveIndex(350, 'THz');
eps = OpticalMedium('BK7').permittivity(800, 'nm');
eps = OpticalMedium('BK7').permittivity(2, 'eV');
eps = OpticalMedium('SF5').permittivity(350, 'THz');

References:
Refractive index values are mainly taken from http://refractiveindex.info/
and from SCHOTT data sheets.

引用格式

Alberto Comin (2024). OpticalMedium (https://www.mathworks.com/matlabcentral/fileexchange/55412-opticalmedium), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Atomic, Molecular & Optical 的更多信息
致谢

参考作品: waveUnit

Community Treasure Hunt

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

Start Hunting!

OpticalMedium/

版本 已发布 发行说明
1.0.1.1

small fixes

1.0.1.0

added validity range for Sellmeier formula

1.0.0.0