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
Aktualisiert 7. Jul 2016

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2010a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Environment and Clutter finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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));