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

相关推荐
1104.北光c°2 分钟前
滑动窗口HotKey探测机制:让你的缓存TTL更智能
java·开发语言·笔记·程序人生·算法·滑动窗口·hotkey
默默开发1 小时前
完整版:本地电脑 + WiFi 搭建 AI 自动炒股 + 自我学习系统
人工智能·学习·电脑
for_ever_love__1 小时前
Objective-C学习 NSSet 和 NSMutableSet 功能详解
开发语言·学习·ios·objective-c
仰泳的熊猫4 小时前
题目2570:蓝桥杯2020年第十一届省赛真题-成绩分析
数据结构·c++·算法·蓝桥杯
无极低码7 小时前
ecGlypher新手安装分步指南(标准化流程)
人工智能·算法·自然语言处理·大模型·rag
软件算法开发8 小时前
基于海象优化算法的LSTM网络模型(WOA-LSTM)的一维时间序列预测matlab仿真
算法·matlab·lstm·一维时间序列预测·woa-lstm·海象优化
superior tigre8 小时前
22 括号生成
算法·深度优先
盐水冰9 小时前
【烘焙坊项目】后端搭建(12) - 订单状态定时处理,来单提醒和顾客催单
java·后端·学习
Hello小赵9 小时前
视频压缩编码学习(一)—— 基础知识大集合
学习