登录
首页 » matlab » code

code

于 2021-01-25 发布
0 165
下载积分: 1 下载次数: 14

代码说明:

说明:  光纤耦合仿真MATLAB程序包,可以仿真不同芯径的光纤模式分布,可以仿真光纤的耦合损耗。(fiber coupling simulation)

文件列表:

code\batchproc.sh~, 143 , 2015-05-24
code\beam_propagation_method_calc.m, 6877 , 2017-09-25
code\beam_quality_Exy_calc.m, 987 , 2017-09-25
code\beta.txt, 311823 , 2019-04-03
code\data.txt, 1727 , 2017-09-27
code\data1.txt, 8567 , 2017-09-29
code\defineLinestyles.asv, 352 , 2015-05-24
code\defineLineStyles.m, 551 , 2015-05-24
code\definePhysicalConstants.m, 432 , 2015-05-24
code\defineUnits.m, 1199 , 2015-05-24
code\eigenEquationStepIndexFiberSolve.m, 2012 , 2017-12-28
code\few_mode_input_field_get.m, 417 , 2015-05-24
code\FiberCouplingMMF2SMF.mat, 211583 , 2019-04-03
code\FiberModeParaMMF.mat, 321 , 2015-05-24
code\FiberModeParaSMF.mat, 190 , 2015-05-24
code\field_modal_decomposition.m, 788 , 2017-12-29
code\includeConstantsAndPreDataMy.m, 3354 , 2015-05-24
code\includeHeaders.m, 353 , 2015-05-24
code\includeLineStyles.m, 496 , 2015-05-24
code\includePhysicalConstants.m, 316 , 2015-05-24
code\includeUnits.m, 783 , 2015-05-24
code\input_field_get.asv, 507 , 2015-05-24
code\interpolate_field_data.asv, 477 , 2015-05-24
code\interpolate_field_data.m, 477 , 2015-05-24
code\inverse_transfer_matrix_step_index_calc.m, 874 , 2017-07-13
code\lens_input_field_get.m, 613 , 2017-12-29
code\mainfun_mmf_to_smf.m, 5663 , 2019-04-03
code\mode_field_integral_normalization.m, 194 , 2015-05-24
code\mode_field_profile_2D_calc.m, 1398 , 2015-05-24
code\mode_power_distribution_calc.m, 166 , 2015-05-24
code\normalized_frequency_get.m, 81 , 2015-05-24
code\normalize_square_norm_integral_2D.m, 173 , 2017-12-06
code\perfect_matched_layer_setting.m, 1856 , 2015-05-24
code\refractive_index_sellmier_formula.m, 179 , 2017-10-10
code\sellmier_formula_fiber_get.m, 247 , 2017-08-02
code\solve_characteristic_equation_multilayer_fiber_calc.m, 546 , 2015-05-24
code\StepIndexFiberModeDistributionGet.m, 1270 , 2017-07-11
code\step_length_get.m, 83 , 2015-05-24
code\transfer_matrix_step_index_calc.m, 577 , 2015-05-24
code\white_source_input_field_get.m, 719 , 2019-04-03
code, 0 , 2018-11-19

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

发表评论

0 个回复

  • gskmadechar
    基于人工神经网络的手写英文字母、数字图像识别的源程序代码。(Based on Artificial Neural Network handwritten letters of the alphabet, the digital image to identify the source code.)
    2009-04-14 19:16:28下载
    积分:1
  • ofdm-program
    用GUI编写的OFDM代码,编写质量高,是学习的好程序,内有doc详细解释。(prepared using OFDM GUI code, preparation of high quality, is a good learning process, there doc explained in detail.)
    2007-01-21 09:45:24下载
    积分:1
  • MATLAB-tutorial
    MATLAB 的应用范围非常广,包括信号和图像处理、通讯、控制系统设计、测试和测量、财务建模和分析以及计算生物学等众多应用领域。附加的工具箱(单独提供的专用 MATLAB 函数集)扩展了 MATLAB 环境,以解决这些应用领域内特定类型的问题。(MATLAB very wide range of applications, including signal and image processing, communications, control system design, test and measurement, financial modeling and analysis, and computational biology and many other applications. Additional kit (available separately dedicated set of MATLAB functions) extend the MATLAB environment to solve these application areas certain types of problems.)
    2011-06-26 11:40:56下载
    积分:1
  • Lancelot_REMVPT_1998
    Presentation of the Baobab on small ruminants productivity and health in Senegal
    2015-03-28 16:53:01下载
    积分:1
  • bottom_up_segmentation
    这是TD算法的逆过程,首先将时间序列,划分为相邻点的短序列,当然此时的拟合误差为0,因为第一点和第二点的连线,原始点都落在线段上。将相邻两个线段连接起来,此时每条线段包含三个原始点,计算中间那个点的拟合误差。这样,所有这些三个点的线段中的中间点的拟合误差计算出来后,找出误差最小且误差小于阀值R的分段,作为第一条包含三个点的线段。 在上面的基础上,第一条分段同样的和相邻线段连接,然后计算每一条分段的拟合误差,再找出误差最小且小于阀值R的分段,作为第二个分段。依次方式循环,直到所有分段的拟合误差都小于阀值R,分段结束。 (This is the reverse process of TD algorithm, the first time series is divided into short sequences adjacent dots, of course fitting error is zero at this time, because the first and second points of connection, the original point fall line on. The two adjacent segments are connected, then each segment contains three original point, the intermediate fitting error calculated that point. Thus, after all these segments fitting error of three points in the intermediate point calculated to find the minimum error and the error is less than the threshold R segment, as the first line contains three points. Based on the above, the first segment and the adjacent line segment connecting the same, and then calculate a fitting error for each segment, and then find the smallest error and less than the threshold R segment, as the second segment . Followed by a cyclic manner until all segments fitting error is less than the threshold R, segment ends.)
    2021-03-20 16:29:18下载
    积分:1
  • fuzzy_PID
    很好的模糊PID源代码,本人试验通过OK!(FuzzyPID)
    2011-01-04 14:30:03下载
    积分:1
  • MATLAB
    说明:  MATLAB实用教程第2版程序源码讲解很明白(Understand very well explain)
    2009-08-13 18:35:02下载
    积分:1
  • matlab
    说明:  matlab的应用,我搜集来的,对学matlab挺有用的。(matlab application, I come to collect, to learn matlab Tingyou use.)
    2011-04-16 11:00:53下载
    积分:1
  • WaveletPacketSignatures
    Wavelet-based statistical signal processing using hidden markov models
    2013-12-27 23:57:46下载
    积分:1
  • TLD-object-tracking
    物体追踪程序,c++与matlab 的混合编程,可以实现对任何物体的实时追踪,效果很棒。(Track the program, c++ matlab mixed programming objects, can achieve real-time tracking of any object, and the results were fantastic.)
    2012-12-15 19:59:54下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载