登录
首页 » matlab » PIDTuningUsingG.A

PIDTuningUsingG.A

于 2007-07-30 发布 文件大小:116KB
0 395
下载积分: 1 下载次数: 16

代码说明:

  PIDTuningUsingG.A pid 算法(PIDTuningUsingG.A pid algorithm)

文件列表:

PIDTuningUsingG.A
.................\GAv.5gold
.................\.........\adjswapMutation.m
.................\.........\arithXover.m
.................\.........\b2f.m
.................\.........\binaryExample.m
.................\.........\binaryMutation.m
.................\.........\boundaryMutation.m
.................\.........\calcbits.m
.................\.........\calcerror.m
.................\.........\Contents.m
.................\.........\coranaEval.m
.................\.........\coranaFeval.m
.................\.........\coranaMin.m
.................\.........\cyclicXover.m
.................\.........\delta.m
.................\.........\dists.m
.................\.........\EER.m
.................\.........\enhancederXover.m
.................\.........\erXover.m
.................\.........\f2b.m
.................\.........\fd.asv
.................\.........\fd.m
.................\.........\floatExample.m
.................\.........\floatGradExample.m
.................\.........\ga.asv
.................\.........\ga.m
.................\.........\gademo.m
.................\.........\gademo1.m
.................\.........\gademo1eval1.m
.................\.........\gademo2.m
.................\.........\gademo3.m
.................\.........\gaMichEval.m
.................\.........\gaotv5.ps
.................\.........\gaZBGrad.m
.................\.........\gaZBGradEval.m
.................\.........\heuristicXover.m
.................\.........\initializega.m
.................\.........\initializeoga.m
.................\.........\inversionMutation.m
.................\.........\linerorderXover.m
.................\.........\maxGenTerm.m
.................\.........\Model_Sample_Time.m
.................\.........\multiNonUnifMutation.m
.................\.........\nonUnifMutation.m
.................\.........\normGeomSelect.m
.................\.........\optMaxGenTerm.m
.................\.........\orderBasedExample.m
.................\.........\orderbasedXover.m
.................\.........\parse.m
.................\.........\partmapXover.m
.................\.........\plotCorana.m
.................\.........\prbs.m
.................\.........\htm" target=_blank>README
.................\.........\rls.m
.................\.........\roulette.m
.................\.........\Selftuning_RLS_GA.m
.................\.........\Selftuning_RLS_GA_OBJFUN.m
.................\.........\shiftMutation.m
.................\.........\simpleXover.m
.................\.........\singleptXover.m
.................\.........\startup.m
.................\.........\swapMutation.m
.................\.........\threeswapMutation.m
.................\.........\tournSelect.m
.................\.........\tspEval.m
.................\.........\unifMutation.m
.................\.........\uniformXover.m
.................\PIDTuningUsingGA
.................\................\PID_GA.m
.................\................\PID_obfun_MSE.m
.................\................\PID_objfun_IAE.m
.................\................\PID_objfun_ISE.m
.................\................\PID_objfun_ITAE.m
.................\................\PID_objfun_MSE.m
.................\................\PID_ZN.m
.................\................\Ultimate_PID_GA.m
.................\................\Ultimate_PID_objfun_mse.m
.................\Read Me First.txt

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

发表评论

0 个回复

  • specsubm
    matlab下编写的谱相减函数,用作语音增强(prepared under matlab spectral subtraction function, used for speech enhancement)
    2007-10-09 21:21:53下载
    积分:1
  • pll2nd
    A typical example of using the dSPACE system for electrical drives simulations is described in [9] and for wind energy conversion systems (WECS) in [10]. However, before the real-time implementation, the Control part has to be validated by simulation using a plant model. This model could be developed using either the Simulink transfer functions or the PLECS toolbox.
    2010-07-16 00:58:11下载
    积分:1
  • Erlang
    Matlab生成Erlang分布随机数的m文件。Erlang分布能拟合其他几乎所有的分布,更具有一般性。(Matlab to generate random numbers m Erlang distribution file. Erlang distribution can fit almost all other distributions, more general.)
    2020-12-25 21:09:04下载
    积分:1
  • one-RLS-algorithm
    本程序为一个RLS自适应算法实现的MATLAB程序,此程序详细介绍了RLS算法的实现过程(This program is a RLS adaptive algorithm in the MATLAB program, this program introduces the process of RLS Algorithm)
    2010-07-13 16:19:06下载
    积分:1
  • imagecat
    说明:  matlab实现的arnold置乱变换,很好用(matlab implementation arnold scrambling transformation, useful)
    2010-04-27 01:34:34下载
    积分:1
  • gensim-0.10.2.tar
    gensim工具包,包含相似性计算、LSA、LDA计算等(gensim tool package)
    2014-12-11 22:16:24下载
    积分:1
  • MUsic
    波达方向(DOA) 估计的基本问题就是确定同时处在空间某一区 域多个感兴趣的信号的空间位置(即多个信号到达阵列参考阵元的方 向角)。最早的也是最经典的超分辨率(DOA)估计算法是著名的多信号 分类(Multiple Signal Classification) 法,简称 MUSIC 算法,它是 一类经典的基于特征结构分析的空间谱估计方法。该算法利用了信号 子空间和噪声子空间的正交性,构造空间谱函数,通过谱峰搜索,检测 信号的 DOA。(The basic problem of DOA estimation is to determine the simultaneous location in a certain region of space. Spatial position of multiple interested signals in the domain (i.e. the direction of multiple signals reaching the array reference elements) Directional angle). The earliest and most classical super-resolution (DOA) estimation algorithm is the well-known multi-signal.Multiple Signal Classification, referred to as MUSIC algorithm, is A classical spatial spectrum estimation method based on eigenstructure analysis. The algorithm utilizes signals. The orthogonality of subspace and noise subspace, the construction of spatial spectral function, through peak search, detection DOA of signal.)
    2021-04-22 22:38:48下载
    积分:1
  • work
    MATLAB在数学建模中的应用,其中很多源代码都是可以反复使用和论证的(MATLAB in Mathematical Modeling, many of them the source code can be re-use and verification of)
    2009-01-30 23:44:36下载
    积分:1
  • Laplace2D
    2D Laplace Equation. This program solves the following Partial Differential Equation
    2013-08-05 21:29:25下载
    积分:1
  • tianxiangongchengshouse
    天线工程手册,对于天线工程方面学习相关的重要资料,是工程实践和学习中的必备参考书(antenna engineering)
    2013-12-23 15:12:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载