Transmittance and Reflectance Spectra of Multilayered Dielectric Stack using Transfer Matrix Method

Transfer Matrix Method is used to calculate transmittance and reflectance of dielectric layers.
4,9K descargas
Actualizado 7 jul 2016

Ver licencia

Transfer Matrix Method is a commonly used tool in Optics. Here it is applied to a dielectric stack. Redheffer star product is used to combine scattering matrices of different layers. At the end for a range of wavelength , I plot transmittance and reflectance spectrum. I have referred the following links to make this code.
Ref (1): http://emlab.utep.edu/ee5390cem.htm
Ref (2):
http://www.jpier.org/PIERB/pierb35/13.11083107.pdf

Citar como

Sathyanarayan Rao (2024). Transmittance and Reflectance Spectra of Multilayered Dielectric Stack using Transfer Matrix Method (https://www.mathworks.com/matlabcentral/fileexchange/47637-transmittance-and-reflectance-spectra-of-multilayered-dielectric-stack-using-transfer-matrix-method), MATLAB Central File Exchange. Recuperado .

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

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

A sign error in line 115 is corrected from X=expm(-Om*k0(q)*L(i)) to X=expm(Om*k0(q)*L(i));