登录
首页 » matlab » PID调节器 pid_tuner

PID调节器 pid_tuner

于 2020-07-11 发布 文件大小:106KB
0 228
下载积分: 1 下载次数: 56

代码说明:

  薛定宇的编写的PID调节器 可以下载学习一下 很有帮助的(PID tuning tool )

文件列表:

pid_tuner
.........\pid_prog
.........\........\getfod.m,1423,2002-03-28
.........\........\geth2.m,868,2002-03-28
.........\........\opt_app.m,1179,2002-03-28
.........\........\opt_fun.m,581,2002-03-28
.........\........\pid_ab_tune.m,927,2003-05-27
.........\........\pid_ah_tune.m,2504,2003-05-27
.........\........\pid_as_tune.m,287,2003-05-27
.........\........\pid_br_tune.m,1358,2003-05-27
.........\........\pid_cc_tune.m,503,2003-05-27
.........\........\pid_chh_tune.m,367,2003-05-29
.........\........\pid_chi_tune.m,759,2003-05-27
.........\........\pid_chr_tune.m,1578,2003-05-27
.........\........\pid_ch_tune.m,322,2002-05-23
.........\........\pid_cl_tune.m,792,2003-05-27
.........\........\pid_co_tune.m,554,2003-05-27
.........\........\pid_cw_tune.m,1460,2003-05-27
.........\........\pid_fr_tune.m,730,2003-05-27
.........\........\pid_fw_tune.m,424,2003-05-27
.........\........\pid_go_tune.m,756,2003-05-27
.........\........\pid_han_tune.m,1044,2003-05-27
.........\........\pid_ha_tune.m,285,2003-05-27
.........\........\pid_ho_tune.m,1692,2003-05-27
.........\........\pid_hu_tune.m,1121,2003-05-27
.........\........\pid_hv_tune.m,2085,2003-05-27
.........\........\pid_hwf_tune.m,5805,2003-05-27
.........\........\pid_hw_tune.m,5805,2003-05-27
.........\........\pid_kl_tune.m,1654,2003-05-27
.........\........\pid_ks_tune.m,2334,2003-05-27
.........\........\pid_lee_tune.m,475,2003-05-27
.........\........\pid_le_tune.m,460,2003-05-27
.........\........\pid_mca_tune.m,376,2003-05-27
.........\........\pid_mcm_tune.m,573,2003-05-27
.........\........\pid_ml_tune.m,2462,2003-05-27
.........\........\pid_og_tune.m,2160,2003-05-27
.........\........\pid_pa_tune.m,297,2003-05-27
.........\........\pid_pe_tune.m,646,2003-05-27
.........\........\pid_ri_tune.m,808,2003-05-27
.........\........\pid_ro_tune.m,1250,2003-05-27
.........\........\pid_sch_tune.m,486,2003-05-27
.........\........\pid_sc_tune.m,2303,2003-05-27
.........\........\pid_sh_tune.m,3271,2003-05-27
.........\........\pid_simu.mdl,9175,2003-05-30
.........\........\pid_simu_ind.mdl,9666,2003-05-30
.........\........\pid_sm_tune.m,285,2003-05-27
.........\........\pid_so_tune.m,351,2003-05-27
.........\........\pid_su_tune.m,331,2003-05-27
.........\........\pid_ta_tune.m,1770,2003-05-26
.........\........\pid_th_tune.m,353,2003-05-27
.........\........\pid_tr_tune.m,303,2003-05-27
.........\........\pid_ts_tune.m,1569,2003-05-27
.........\........\pid_tuner.fig,10873,2013-05-06
.........\........\pid_tuner.m,49429,2013-05-06
.........\........\pid_tuner2011.fig,6753,2013-05-07
.........\........\pid_tuner2011.m,49453,2013-05-06
.........\........\pid_tunerppp.fig,6753,2013-05-07
.........\........\pid_tunerppp.m,57462,2013-05-07
.........\........\pid_vl_tune.m,1503,2003-05-27
.........\........\pid_wa_tune.m,948,2003-05-27
.........\........\pid_wf_tune.m,495,2003-05-27
.........\........\pid_ww_tune.m,287,2003-05-27
.........\........\pid_za_tune.m,9842,2001-04-01
.........\........\pid_zn_tune.m,520,2003-05-27
.........\........\plant_model4pid.fig,2415,2013-05-06
.........\........\plant_model4pid.m,3853,2003-07-28
.........\........\routh_app.m,1104,2002-03-29
.........\pid_tuner2011.fig,6753,2013-05-07
.........\pid_tuner2011.m,49453,2013-05-06
.........\pid_tunerppp.fig,6753,2013-05-07
.........\pid_tunerppp.m,57462,2013-05-07
.........\readme.txt,511,2013-05-07

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

发表评论

0 个回复

  • wavelet_matlab
    小波去噪的matlab程序实现,使用了db3小波,程序有详细注释(wavelet filter, programmed in Matlab)
    2012-03-29 23:29:45下载
    积分:1
  • PSO
    标准粒子群算法的实现思想基本按照粒子群算法(2) 标准的粒子群算法的讲述实现。主要分为3个函数。第一个函数为粒子群初始化函数 InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。本函数所采用的数据结构如下所示: 表ParSwarm记录的是粒子的位置、速度与当前的适应度值,我们用W来表示位置,用V来代表速度,用F来代表当前的适应度值。在这里我们假设粒子个数为N,每个粒子的维数为D。(His thought of the implementation of the standard particle swarm algorithm according to the particle swarm algorithm (2)- the standard particle swarm algorithm about implementation. Mainly divided into three functions. The first function of particle swarm initialization function InitSwarm (SwarmSize... AdaptFunc), its main function is to initialize particle swarm particle, and set the particle s velocity, position in a certain range. The function of data structure is as follows: ParSwarm record table is the particle s position, speed and the current fitness value, we use W to represent the position, represented speed with a V, to represent the current fitness value with F. Here we assume that the number of particles N, each particle dimension for D.)
    2015-01-09 18:40:08下载
    积分:1
  • ball
    基于matlab的球杆模型simulink(Simulink model based on the club matlab)
    2009-12-04 10:57:29下载
    积分:1
  • chap_5
    这是周建兴的《matlab从入门到精通》第5章的所有源代码,都可以运行的出来,和课本上的一样,(This is Zhoujian Xing' s " matlab from entry to the proficient," Chapter 5, all the source code, you can run out, and textbooks on the same)
    2013-07-16 09:58:39下载
    积分:1
  • liuqiangbackstepping
    针对某一个非线性系统,基于backstepping设计一个控制率,使得系统能够实现原点镇定。(For a nonlinear system, a control rate based on backstepping is designed to stabilize the origin of the system.)
    2018-09-18 10:17:43下载
    积分:1
  • Multiclass_Regularized_LDA-master
    说明:  Multiclass Regularized LDA(Multicalss Regularized LDA)
    2020-10-19 14:17:54下载
    积分:1
  • DPSD
    说明:  DPSD算法,用于滤波的,已经用于核磁共振技术很多年了,相当成熟了,希望对大家有用(DPSD algorithm for filtering, nuclear magnetic resonance technique has been used for many years, very mature, we hope to be useful)
    2011-03-18 21:57:42下载
    积分:1
  • SupportVector
    说明:  支持向量机的matlab代码。其中包括支持向量机的训练代码。(Support vector machine matlab code. Including the training of support vector machine code.)
    2010-04-15 18:53:22下载
    积分:1
  • KPMstats
    Kalman滤波开发包(matlab版)包括很多编得很好得函数,工具,功能非常强大,希望对研究得朋友有帮助(Kalman filtering Development Kit (Matlab version) including many of being good in function, tools, very powerful, and I hope to study in friends to help)
    2006-06-13 20:21:44下载
    积分:1
  • FEMMatlab
    有限差分 (fem de)
    2012-04-21 15:52:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载