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

相关推荐
世人万千丶2 天前
Flutter 框架跨平台鸿蒙开发 - 恐惧清单应用
学习·flutter·华为·开源·harmonyos·鸿蒙
yuzhuanhei2 天前
Visual Studio 配置C++opencv
c++·学习·visual studio
小O的算法实验室2 天前
2026年ASOC,基于深度强化学习的无人机三维复杂环境分层自适应导航规划方法,深度解析+性能实测
算法·无人机·论文复现·智能算法·智能算法改进
此刻觐神2 天前
IMX6ULL开发板学习-01(Linux文件目录和目录相关命令)
linux·服务器·学习
憧憬从前2 天前
算法学习记录DAY2
学习
郭涤生2 天前
STL vector 扩容机制与自定义内存分配器设计分析
c++·算法
༾冬瓜大侠༿2 天前
vector
c语言·开发语言·数据结构·c++·算法
babe小鑫2 天前
会计岗位学习数据分析的价值分析
学习·数据挖掘·数据分析
千枫s2 天前
电脑vm虚拟机kali linux安装shannon
学习·网络安全
zjnlswd2 天前
tkinter学习案例--笔记代码
笔记·学习