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 小时前
Spring Al学习9:模型上下文协议(MCP)
java·学习·spring
武子康2 小时前
AI研究-118 具身智能 Mobile-ALOHA 解读:移动+双臂模仿学习的开源方案(含论文/代码/套件链接)
人工智能·深度学习·学习·机器学习·ai·开源·模仿学习
AI柠檬3 小时前
机器学习:数据集的划分
人工智能·算法·机器学习
tt5555555555553 小时前
《神经网络与深度学习》学习笔记一
深度学习·神经网络·学习
让我们一起加油好吗3 小时前
【数论】裴蜀定理与扩展欧几里得算法 (exgcd)
算法·数论·裴蜀定理·扩展欧几里得算法·逆元
Geo_V3 小时前
提示词工程
人工智能·python·算法·ai
侯小啾4 小时前
【22】C语言 - 二维数组详解
c语言·数据结构·算法
TL滕4 小时前
从0开始学算法——第一天(如何高效学习算法)
数据结构·笔记·学习·算法
仰望—星空4 小时前
MiniEngine学习笔记 : CommandAllocatorPool
笔记·学习