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 Downloads
Updated 7 Jul 2016

View License

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

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Environment and Clutter in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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));