FDTD代码学习-1

#####################################################################

File: LIDAR2_analysis.lsf

Description: Performs analysis on the antenna array, creates

results to be used in INTERCONNECT compact model, visualizes the far field data,

and saves the far field angular distribution for subsequent analysis in both Lumerical

and Matlab.

Copyright 2018 Lumerical Inc.

######################################################################

set the name of the monitor for far field projections将监视器重新命名

mname = "above";

######################################################################

plot transmission into glass superstrate#绘制反射率曲线

######################################################################

T = getresult(mname,"T");#提取监视器mname中的T数据

plot(T.lambda*1e9,T.T,"wavelength (nm)","T","Transmission to glass superstrate");#绘图:plot(A,B,C,D,E):A,B为横纵坐标数据,C,D为横纵坐标的题目,E为图表的标题

setplot("show legend",false);#false为不显示图例,多条曲线,可以设置为true

相关推荐
l1t1 天前
DeepSeek辅助编写的利用位掩码填充唯一候选数方法求解数独SQL
数据库·sql·算法·postgresql
Z1Jxxx1 天前
反序数反序数
数据结构·c++·算法
副露のmagic1 天前
更弱智的算法学习 day25
python·学习·算法
求梦8201 天前
【力扣hot100题】移动零(1)
算法·leetcode·职场和发展
强子感冒了1 天前
Java 学习笔记:File类核心API详解与使用指南
java·笔记·学习
NAGNIP1 天前
机器学习中的数据预处理方法大全!
算法·面试
别了,李亚普诺夫1 天前
USB拓展坞-PCB设计学习笔记
笔记·学习
涛涛北京1 天前
Soft-Actor-Critic算法-连续环境
算法
vyuvyucd1 天前
C++排序算法全解析
java·数据结构·算法
胡萝卜不甜1 天前
算法宗门---迪杰斯特拉Dijkstra(最短路径算法)
算法