登录
首页 » matlab » YokogawaFBGS

YokogawaFBGS

于 2018-01-09 发布 文件大小:2KB
0 331
下载积分: 1 下载次数: 6

代码说明:

  本程序可读取Yokogawa 光谱仪多个数据文件(CSV格式)并寻峰。数据文件为多个光栅串的测试光谱。串联光栅波长间隔等距,可确定等距串联光栅的中心波长和峰值强度,将数据存入mat file 使用前请设置若干重要参数 【wl_start】 【wl_end】 【FBGs_num】 【Min_PowerValue】【Peaks_seperation】 其他相关变量说明 【OSA_data】 所读入的光谱全图 里面可能包含更宽的波长 【OSA_data_FBGs】截取光栅串所在波长区间,由【wl_start】 【wl_end】决定 导出的数据文件为 FBGs.mat, 其中所保存的 重要变量为 【FBGs_peaks】 【FBGs_peaks】 第1列:峰值所在序号; 第2列:横轴-光栅串中心波长值; 第3列:纵轴-光栅串光强值(This m-code can read multiple data files (CSV format) of the Yokogawa spectrometer and find the peaks. The data file is measured spectrum for multiple FBG series. The wavelength interval of the FBGs is equal distance, and the center wavelength and peak intensity of the FBGs can be determined, and stored in mat file. Please set up a number of important parameters before use [wl_start] [wl_end] [FBGs_num] [Min_PowerValue] [Peaks_seperation] Other relevant variables [OSA_data] The full spectrum of the spectra read in OSA_data may contain wider wavelength range [OSA_data_FBGs] the wavelength range of the FBGs is determined by [wl_start] [wl_end] The exported data file is FBGs.mat, where the important variable is [FBGs_peaks]. [FBGs_peaks] first column: peak number, second column: axis - center wavelength value, third column: longitudinal axis - peak intensity.)

文件列表:

YokogawaFBGS.m, 5259 , 2018-01-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • the program can help their integration into the MSDN documentation Lane. They pr...
    该程序可以将自己的帮助文档集成到MSDN里。自己制作库的时候特别有用-the program can help their integration into the MSDN documentation Lane. They produced the library is especially useful when
    2022-07-23 07:42:47下载
    积分:1
  • Untitled
    说明:  对汽车七自由度的模型振动进行matlab仿真分析。(The model vibration of automobile with seven degrees of freedom is simulated and analyzed by matlab.)
    2019-03-14 15:09:20下载
    积分:1
  • DICOM3DSDK
    说明:  DICOM3DSDK开发包是一套专业的PACS系统开发工具,包括DICOM协议和影像处理两大部分,它的特点是使用方便、功能强大、适应性强,是快速开发PACS的理想选择,该版本包括DICOM_Strings, DICOM_Table, DICOM_Printers, DICOM_ImageFile, DICOM_Network, DICOM_ImageViewer, DICOM_FilmBox, DICOM_IconBar, DICOM_DicomDir, DICOM_SDKRegister等控件。,The DICOM3DSDK development package is a set of specialized PACS development tool kit, including two major parts of DICOM propotol and the image process,its characteristic is easy to operate and its function is formidable and compatible, So it is a ideal choice develops PACS fast, This version include the controls of DICOM_Strings, DICOM_Table, DICOM_Printers, DICOM_ImageFile, DICOM_Network, DICOM_ImageViewer, DICOM_FilmBox, DICOM_IconBar, DICOM_DicomDir, DICOM_SDKRegister.(Dicom3dsdk development package is a set of professional PACS system development tools, including DICOM protocol and image processing. It is characterized by convenient use, powerful function and strong adaptability. It is an ideal choice for rapid development of PACS. This version includes DICOM strings, DICOM table, DICOM printers, DICOM imagefile, DICOM network, DICOM ImageViewer, DICOM filmbox, DICOM iconbar, DIC Om? Dicomdir, DICOM? Sdkregister and other controls. ,The DICOM3DSDK development package is a set of specialized PACS development tool kit, including two major parts of DICOM propotol and the image process,its characteristic is easy to operate and its function is formidable and compatible, So it is a ideal choice develops PACS fast, This version include the controls of DICOM_Strings, DICOM_Table, DI COM_Printers, DICOM_ImageFile, DICOM_Network, DICOM_ImageViewer, DICOM_FilmBox, DICOM_IconBar, DICOM_DicomDir, DICOM_SDKRegister.)
    2020-01-18 07:46:54下载
    积分:1
  • 控制硬件仪器的软件,可以用于测试试验.是Chroma公司的交流电源...
    控制硬件仪器的软件,可以用于测试试验.是Chroma公司的交流电源-Software control of hardware devices that can be used for tests. Is the company
    2022-02-01 01:11:33下载
    积分:1
  • ArrayTaskStation
    阵列信号处理算法,包含DOA估计(MUSIC CAPON ESPRIT)和波束形成算法(CBF MNV MMSE MSINR)。(Array signal processing algorithms, including DOA estimation (MUSIC, CAPON, ESPRIT) and beamforming algorithm (CBF MNV MMSE MSINR). )
    2021-04-23 19:08:47下载
    积分:1
  • 稀疏自动编码器的matlab代码
    说明:  本资源是3层的自编码器加上稀疏正则项约束的matlab代码。隐层激活函数选sigmoid函数,输出层选线性函数,程序中以一个标准数据集sonar为例,使用该方法可以做无监督表征学习,数据压缩,多任务学习等(This resource is a 3-layer self-encoder plus matlab code for sparse regular term constraints. The hidden layer activation function selects the sigmoid function, and the output layer selects the linear function. The program uses a standard data set sonar as an example. This method can be used for unsupervised representation learning, data compression, multi-task learning, etc.)
    2020-07-09 16:28:58下载
    积分:1
  • C#做的IE浏览器
    C#做的一个简易的IE浏览器,只是一个浏览器的主窗口,可打开指定的url,不过功能不多,界面挺干净,基于Windows的IE核心,C#2010可编译源码,运行界面效果参见截图。
    2022-03-18 08:44:21下载
    积分:1
  • gc:高级程序员考试用书的c程序源文件
    gc:高级程序员考试用书的c程序源文件-gc : Senior Programmer examination with the source files c
    2022-05-14 00:46:51下载
    积分:1
  • STSFX.
    计算机移动设备的管理,开启,禁用USB设备、U盘、软驱、光驱(Computer, mobile device management, open, disable the USB device, U disk, floppy, CD-ROM)
    2020-07-30 15:38:37下载
    积分:1
  • OV7670摄像头模块资料
    说明:  ov7670摄像头资料 连接上位机代码 k60 xs128(Ov7670 Camera Data Connection Upper Computer Code K60 xs128)
    2020-06-21 04:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载