登录
首页 » matlab » Fiber Laser simulation

Fiber Laser simulation

于 2018-03-28 发布 文件大小:12KB
0 278
下载积分: 1 下载次数: 24

代码说明:

  模拟光纤激光器 ,长度,浓度,及泵浦功率之间的关系(The relationship between the length, the concentration, and the pump power of the analog fiber laser)

文件列表:

Fiber Laser simulation\Copy_of_thermalb1.m, 560 , 2018-03-20
Fiber Laser simulation\Copy_of_thermalf.m, 560 , 2002-01-01
Fiber Laser simulation\Copy_of_thermalt.m, 565 , 2002-01-01
Fiber Laser simulation\linshi_1.m, 5262 , 2018-03-21
Fiber Laser simulation\numercialtwoend.m, 3667 , 2016-08-13
Fiber Laser simulation\Numerical.m, 10764 , 2018-03-21
Fiber Laser simulation\numericalbackward.m, 3503 , 2002-01-01
Fiber Laser simulation\numericalforward.m, 3475 , 2014-08-17
Fiber Laser simulation\RangKuta.m, 11069 , 2016-08-13
Fiber Laser simulation\Start.m, 396 , 2016-08-13
Fiber Laser simulation\stress.m, 444 , 2016-08-29
Fiber Laser simulation\thermalb.m, 1730 , 2018-03-16
Fiber Laser simulation\thermalf.m, 1691 , 2014-08-17
Fiber Laser simulation\thermalt.m, 2441 , 2002-01-01
Fiber Laser simulation, 0 , 2018-03-22

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

发表评论

0 个回复

  • Vf
    说明:  MATLAB/simulink搭建逆变器控制模块,恒压恒频控制方式,dq坐标系,双闭环(MATLAB/simulink builds inverter control module, constant voltage constant frequency control mode, dq coordinate system, double closed loop)
    2017-11-21 16:11:31下载
    积分:1
  • crypto_api_doc
    说明:  介绍关于crypto_api的相关使用说明,着重于运用。(Introduce the relevant instructions on the crypto_api focus on the use.)
    2010-04-26 11:12:48下载
    积分:1
  • 8bit_frequency_meter
    说明:  设计一个8位的简易频率计,测出信号的频率,即1s内变化的次数。(An 8-bit simple frequency meter is designed to measure the frequency of the signal, i.e. the number of changes in one second.)
    2020-06-21 13:40:01下载
    积分:1
  • On the surface, protected mode and real mode is not much difference between the...
    从表面上看,保护模式和实模式并没有太大的区别,二者都使用了内存段、中断和设备驱动来处理硬件,但二者有很多不同之处。我们知道,在实模式中内存被划分成段,每个段的大小为64KB,而这样的段地址可以用16位来表示。内存段的处理是通过和段寄存器相关联的内部机制来处理的,这些段寄存器(CS、DS、 SS和ES)的内容形成了物理地址的一部分。具体来说,最终的物理地址是由16位的段地址和16位的段内偏移地址组成的。用公式表示为:物理地址=左移4位的段地址+偏移地址。-On the surface, protected mode and real mode is not much difference between the two are the use of the memory, Drivers interruption and equipment to deal with the hardware, but there are many differences. We know that in real mode which has been divided into memory, each the size of 64 KB. and the addresses of 16 can be used to express. Memory of the handling of the adoption and register linked to the internal mechanisms to deal with, of these registers (CS, DS, SS and ES) with the formation of a part of the physical address. Specifically, the ultimate physical address is 16 of the 16 addresses and the addresses of migration within the composition. The use of the formula is expressed as : physical address = 4 bits of the address offset address.
    2023-02-13 11:45:04下载
    积分:1
  • 矩阵求逆。输入任意的矩阵,能判断该矩阵是否可逆,如果可逆,能给出逆阵,否则,提示该矩阵不存在逆矩阵。...
    矩阵求逆。输入任意的矩阵,能判断该矩阵是否可逆,如果可逆,能给出逆阵,否则,提示该矩阵不存在逆矩阵。-Matrix inversion. Arbitrary input matrix, the matrix can judge whether or not reversible, if reversible, can be given against the array, otherwise, suggesting that the matrix inverse matrix does not exist.
    2022-08-08 03:16:32下载
    积分:1
  • question2
    Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you. //initialise port 2 for output //set all outputs to 0 while(1) { FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100) FIO2PIN &= ~0x04 // set bit 2 off //set port2 bit 1 on //set port2 bit 1 off //set port2 bit 4 on //set port2 bit 6 and bit 7 on //set port2 bit 4 off //set port2 bit 6 and bit 7 off
    2010-03-09 01:40:03下载
    积分:1
  • GM(1,1)
    说明:  GM (1,1) modified for Predictions. This is helpful in forecasting of non linear data.
    2020-06-16 03:40:02下载
    积分:1
  • VB编写的小游戏,用于日常娱乐,调节精神。并测试您的鼠标使用灵敏程度。绿色程序。直接编译即可运行。...
    VB编写的小游戏,用于日常娱乐,调节精神。并测试您的鼠标使用灵敏程度。绿色程序。直接编译即可运行。-VB prepared by the small games, entertainment for the day-to-day adjustments to the spirit. Testing and use your mouse sensitivity. Green procedures. Direct compiler can run.
    2022-02-06 07:03:36下载
    积分:1
  • Assignment1
    说明:  assignment for machine learning
    2020-06-24 12:20:01下载
    积分:1
  • 微信小程序商城源码:微信在线点餐源码
    PHP小程序商场源码,可用于下载测试版本(PHP applet shopping mall source code, can be used to download the test version)
    2020-11-16 13:49:41下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载