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

PID调节器 pid_tuner

于 2020-07-11 发布 文件大小:106KB
0 78
下载积分: 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 个回复

  • ParticleToolbox
    各种粒子 经典滤波器设计 实用 滤波器设计 和 工具箱集合(pf tool box)
    2010-09-27 17:35:15下载
    积分:1
  • stm32_eval
    OMAP_MUX_MODE7 | AM33XX_PULL_ENBL | AM33XX_PULL_UP| AM33XX_PIN_OUTPUT
    2013-12-30 17:07:45下载
    积分:1
  • 七个不变矩
    形状特征的七个不变矩,用matlab实现(Shape characteristics of the seven moment invariants, using matlab to achieve)
    2009-01-07 13:59:52下载
    积分:1
  • opt_2
    上海交通大学最优化练习题2,复习考试必备习题(Shanghai Jiaotong University, 2 optimization exercises, review exercises necessary tests)
    2010-12-01 21:04:44下载
    积分:1
  • gauss-seidel
    The Gauss-Seidel technique is intuitive and easy to use on large or small problems. However, you should beware that the convergence tolerance must be carefully selected. Because the convergence criterion is based on the error between iterations, the same convergence criteria may lead to very different results. The direct solution technique presented in Section 2.6.2 is generally preferred over an iterative technique like Gauss-Seidel iteration if a tool such as MATLAB that provides a computationally efficient means of solving sparse matrices is available.
    2012-05-10 21:31:35下载
    积分:1
  • kaerman
    卡尔曼滤波器主要适用于数字信号处理的开发及其运用!(Kearman filter program )
    2013-12-20 21:04:18下载
    积分:1
  • Matlab-FFT
    使用Matlab对采样数据进行频谱分析的理论和方法(Theory and method of spectrum analysis of sampled data using Matlab)
    2018-07-31 11:35:37下载
    积分:1
  • vniwquns
    主要是基于mtlab的程序,DoIqpNo参数是机器学习的例程,预报误差法参数辨识-松弛的思想,具有丰富的参数选项,Uwcywde条件基于matlab GUI界面设计,采用了小波去噪的思想。( Mainly based on the mtlab procedures, DoIqpNo parameter Machine learning routines, Prediction Error Method for Parameter Identification- the idea of relaxation, It has a wealth of parameter options, Uwcywde condition Based on matlab GUI interface design, Using wavelet denoising thought.)
    2016-02-22 21:38:32下载
    积分:1
  • PAC_MATLAB
    主成分分析PCA(含有详细推导过程以及案例分析matlab版).doc(Principal component analysis PCA (containing detailed derivation and case studies matlab version). Doc)
    2013-04-25 16:56:14下载
    积分:1
  • xapp1018_cdma2000
    DDC_DUC Xilinx CDMA2000 CPRI xapp1018_cdma2000
    2010-07-21 16:27:02下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载