登录
首页 » Matlab » 计算光纤模场分布和传播常数,输入模式的阶数,计算得到各类模式的模场分布。直接运行main,在其中修改参数,至少可以计算5层光纤结构。...

计算光纤模场分布和传播常数,输入模式的阶数,计算得到各类模式的模场分布。直接运行main,在其中修改参数,至少可以计算5层光纤结构。...

于 2022-02-26 发布 文件大小:1.89 MB
0 175
下载积分: 2 下载次数: 5

代码说明:

计算光纤模场分布和传播常数,输入模式的阶数,计算得到各类模式的模场分布。直接运行main,在其中修改参数,至少可以计算5层光纤结构。-Calculation of optical mode field distribution and propagation constant, the order input mode, calculated by various types of mode-mode field distribution. Direct run main, in which the modified parameters can be calculated for at least 5 layer fiber structure.

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

发表评论

0 个回复

  • OFDMtransmitwaveform
    This source code describes the OFDM transmitted waveform at the transmitter both in frequency as well as time domain
    2011-10-01 01:26:23下载
    积分:1
  • sanjiaobo
    三角波的频谱研究matlab程序,可以画出三角波,并根据性质来改变得到希望的波形(The triangle wave spectrum matlab program, you can draw the triangle wave and waveform hope to change based on the nature)
    2013-04-12 23:27:18下载
    积分:1
  • matlab 实现人脸识别
    人脸识别GUI设计 这是我在理解PCA算法后,设计`MATLAB GUI`实现人脸识别。 ### 使用方法: 1. 运行face.m主脚本 2. 点击`训练机器`选择train文件夹 3. 点击`choose photo`选择test文件夹下的一张图片 4. 最后点击`recognize`即可进行识别 5. 点击`Accuracy`可计算整个test文件夹下所有图识别准确率 ### 效果如下: ![](./photo/1.jpg) ![](./photo/2.jpg) ![](./photo/3.jpg)
    2022-01-25 15:54:01下载
    积分:1
  • coloring-process
    染色问题程序,适用于matlab开发环境(Coloring process, development environment for matlab)
    2011-04-29 11:11:13下载
    积分:1
  • binary_cat_optimization
    猫群群算法解决优化问题,比遗传算法和粒子群算法更优(Cat contemplating the algorithm to solve optimization problems, and better than genetic algorithm and particle swarm algorithm)
    2020-12-25 09:19:04下载
    积分:1
  • MATLAB-wavelet
    MATLAB实现小波变换经典程序,包括采用多孔trous算法实现小波变换、基于小波消噪的雷达回波检测、小波插值与小波构造、小波滤波器构造和消噪程序、小波谱分析mallat算法经典程序、小波图像重构 Matlab 程序等等(MATLAB wavelet transform classic program, including the use of undecimated wavelet transform algorithm to achieve the wavelet transform, the radar echo detection based on wavelet denoising, wavelet interpolation and wavelet construction, construction and de-noising of the wavelet filter program, a small spectral analysis mallatclassic algorithm procedures, wavelet image reconstruction Matlab programalgorithm)
    2012-03-13 23:10:57下载
    积分:1
  • stprtool
    统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1,Analysis of linear discriminant function 2,Feature extraction: Linear Discriminant Analysis 3,Probability distribution estimation and clustering 4,Support Vector and other Kernel Machines( This section should give the reader a quick overview of the methods implemented in STPRtool. • Analysis of linear discriminant function: Perceptron algorithm and multiclass modification. Kozinec’s algorithm. Fisher Linear Discriminant. A collection of known algorithms solving the Generalized Anderson’s Task. • Feature extraction: Linear Discriminant Analysis. Principal Component Analysis (PCA). Kernel PCA. Greedy Kernel PCA. Generalized Discriminant Analysis. • Probability distribution estimation and clustering: Gaussian Mixture Models. Expectation-Maximization algorithm. Minimax probability estimation. K-means clustering. • Support Vector and other Kernel Machines: Sequential Minimal Optimizer (SMO). Matlab Optimization toolbox based algorithms. Interface to the SVMlight software. Decomposition approaches to train the Multi-class SVM classifiers. Multi-class BSVM formulation trained by Kozinec’s algorithm, Mitchell- Demyanov-Molozenov algorithm )
    2009-03-13 17:03:40下载
    积分:1
  • biquad_interpolat
    biquad_interpolat Input parameters: I: Input Image R: Interpolation Ratio
    2011-04-02 21:08:07下载
    积分:1
  • 条形码识别
    条码识别,MATLAB7.0下运行,仅支持一维条码[1] 剪切图像,并作旋转一定的角度。(2007-11-1,9:42);[2] 剪切出第一个条形块。 (2007-11-2);[3] 测试左斜的条形码,得出来的数据基本正确。(2007-11-2)[4] 采用两种方式对条形码进行锐化,一种噪声比较大,另一种噪声比较小;[5] 重新设计算法,先是进行边缘检测,提取条形码区域;然后对条形码区域进行锐化、光滑等预处理,再做识别;经过比较,采用prewitt边缘检测方法比较好。[6] 对12张图进行剪切,对剪切函数不断的修改!(2007-11-08)[7] 完成条形码区域的提炼,比较拉普拉斯和直方图均匀化增强方法,发现直方图均匀化效果比较好!(2007-11-09)[8] 比较矩不变量和大津二值化算法,大津算法效果比较好!->改进小区域剪切方法,先剪切上下后剪切左右!->增加二次剪切,解决旋转后造成的冗余量。(2007-11-09)[9] 调节pixelV门槛值,以及改正imagefilter函数;修改剪切函数,测试33张图片,除了w1/w2/w5/w25/w40/w41/w42因亮度不均、w39_w有些模糊等8张图片不能正确剪切出条形码外(同时说明大津算法值得改进),其余的可以正确剪切出条形码,以待进一步处理和识别。2007_11_10[10] 字符能够识别,但是12个数据会有个把数据是错误的;主要是前面的预处理没有处理好,
    2023-02-14 08:25:03下载
    积分:1
  • channel-model-and-simulation-code
    说明:  此文件包含了winner和3gpp所提出的信道模型以及实现的仿真代码。(The channel model and simulation code. )
    2011-02-24 11:29:45下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载