【光学】基于矩阵法和等效界面法分析光学薄膜膜对反射率影响附matlab代码
利用光学传输矩阵法处理物理电磁波通过多层均匀化介质实现实时传播,基于界面与传播矩阵构建,导出传输矩阵,获得反射与透射系数,可直观全面分析了解物理电磁波的传播性质.面向增反膜与DBR(分布式拉格反射镜),通过传输矩阵法与Matlab编程,计算拟合反射率与透射率,以全面展现了物理电磁波传播性质与光学特征.结果表明,基于Matlab编程与传输矩阵方法可有效实现多层均匀化介质的矩阵数学算法,通过反射率与透射率全方位可准确物理电磁波的传播状态.通过实际案例可知,在物理教学中有机结合理论知识与数值仿真,适度扩展研究层面,有利于提高学生的物理应用实践能力.
2 部分代码function varargout = LAMBDA_MAT02(varargin)
% LAMBDA_MAT02 MATLAB code for LAMBDA_MAT02.fig
% LAMBDA_MAT02, by itself, creates a new LAMBDA_MAT02 or raises the existing
% singleton*.
%
% H = LAMBDA_MAT02 returns the handle to a new LAMBDA_MAT02 or the handle to
% the existing singleton*.
%
% LAMBDA_MAT02('CALLBACK',hObject,eventData,handles,...) calls the local
% function named CALLBACK in LAMBDA_MAT02.M with the given input arguments.
%
% LAMBDA_MAT02('Property','Value',...) creates a new LAMBDA_MAT02 or raises the
% existing singleton*. Starting from the left, property value pairs are
% applied to the GUI before LAMBDA_MAT02_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to LAMBDA_MAT02_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
% instance to run (singleton)".
%
% See also: GUIDE, GUIDATA, GUIHANDLES
% Edit the above text to modify the response to help LAMBDA_MAT02
% Last Modified by GUIDE v2.5 12-Jul-2017 01:25:18
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @LAMBDA_MAT02_OpeningFcn, ...
'gui_OutputFcn', @LAMBDA_MAT02_OutputFcn, ...
'gui_LayoutFcn', [] , ...
'gui_Callback', []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:});
else
gui_mainfcn(gui_State, varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before LAMBDA_MAT02 is made visible.
function LAMBDA_MAT02_OpeningFcn(hObject, eventdata, handles, varargin)
% This function has no output args, see OutputFcn.
% hObject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to LAMBDA_MAT02 (see VARARGIN)
% Choose default command line output for LAMBDA_MAT02
handles.output = hObject;
% Update handles structure
guidata(hObject, handles);
% UIWAIT makes LAMBDA_MAT02 wait for user response (see UIRESUME)
% uiwait(handles.figure1);
[1]黄丽, 邱彦君. 基于光学传输矩阵法的物理电磁波传播与光学特性[J]. 粘接, 2020, 43(9):5.
部分理论引用网络文献,若有侵权联系博主删除。版权声明
本文仅代表作者观点,不代表博信信息网立场。