搜索资源列表
HyperbolaRegress
- 双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 pub
predictive_function
- 本程序是关于预测函数的几个程序,包括阶跃输入以及在干扰情况下的系统影响,控制效果良好,自己可以其中的参数!
zhuangtaiyijie
- 预测模型为状态空间模型预测函数控制MATLAB程序,包括一阶、二阶、高阶跟踪阶跃,斜坡-Prediction model for the state space model predictive functional control MATLAB procedures, including first, second, high-tracking step, ramp
yucehanshudeMATLAB
- 预测函数控制MATLAB程序 阶跃 正弦 随机输入信号下的情况-Predictive functional control procedures step MATLAB random sinusoidal input signal under the circumstances
matlab
- 防人智能控制的设计,有给定的传递函数和设计目标,simulink的matlab6.5源代码,修改参数即可用与其他系统.-Anti-human intelligent control design, there are a given transfer function and design objectives, simulink of matlab6.5 source code, modify the parameters can be used with other systems.
79419091nonlinear_model_predictive_control
- 使用matlab实现智能预测控制算法中的GPC算法,以阶跃、正弦等函数为例进行仿真实现 -Matlab intelligent use of predictive control algorithm of GPC algorithm to step, sinusoidal function, such as simulation as an example
yuce
- 用matlab实现的对一阶系统实现的预测函数控制,能有效的处理小扰动,效果非常理想。-Achieved with the matlab implementation of the first-order predictive functional control system can effectively deal with small perturbations, the effect was very good.
PFC
- 提出了基于有限脉冲响应(FIR)模型的预测函数控制(PFC)算法,给出了采用1个基函数(阶跃函数)和2个基函数(阶跃函数、斜坡函数)的控制律的解析解,分析了闭环系统稳态特性,结果表明,系统对于设定值变化和输出扰动均无余差.结合该算法、T-S模糊建模和自适应控制技术,提出了模糊自适应预测函数控制(FAPFC)策略-Proposed based on finite impulse response (FIR) model predictive functional control (PFC) alg
using-adaptive-chebyshev
- 提出了一种基于自适应 Chebyshev 多项式神经网络(ACNN)的 Logistic 混沌系统控制算法。该算法采用 Chebyshev 正交多项式作为神经网络的激励函数, 构建 Logistic 混沌系统的预测与控制模型。为了保证算法的稳定性, 提出和证明了收敛定 理, 并利用自适应学习率算法提高神经网络的学习效率和收敛速度。通过采用自适应 Chebyshev 神经网络直接学习 Logistic 混 沌系统的动态特性, 并对系统实施目标函数控制。实验仿真结果表明, 该算法在 L
PFC_set
- 预测函数控制,可以跟踪自己设定的值,控制效果很好。-Predictive functional control, you can track their own set of values, the control works well.
预测函数控制程序代码
- 给出了一阶预测函数算法下的matlab程序,在阶跃和阶跃扰动下进行跟踪控制
pfc
- 预测函数控制算法在单容液位定值控制中的应用.在DCS实验系统上实现算法-Predictive Functional Control Algorithm algorithm DCS experimental system in a single volume level setting control.
PFCdelay
- 预测函数控制作为第三代的MPC。是一种优秀的控制算法,此程序针对大惯性,大时滞对象实现了准确的控制,并且有详尽的程序注释,还原下载-As a third-generation predictive function control of MPC. Is an excellent control algorithm, this procedure for large inertia, large delay to achieve a precise control of the object, a
pre_fun_ctrl
- 预测函数控制代码通过轧辊压下实现对铝带轧制系统的纠偏-Predictive function control codes for aluminum rolling reduction achieved by correcting the system rolls
PFC
- 预测函数控制算法一阶、二阶、干扰以及模型失配的matlab程序,希望能够帮助到大家一点。-Predictive functional control algorithm for first order and second order, interference and model mismatch of matlab program, hope to be able to help you.
PFC
- PFC预测函数控制的matlab一个简单的仿真-For a simple matlab PFC Predictive Functional Control Simulation
MPC
- 一个模型预测控制的例子,使用matlab中的模型预测工具箱函数(A model predictive control example using the MATLAB model predictive toolbox function)
MATLAB模型预测控制工具箱函数
- 简单的模型预测控制实例学习zip文档,与大家分享,共同学习,多交志同道合的朋友(Simple model predictive control example learning zip)
NiBianQi
- 模型预测电流控制其控制思想基于以下原理:首先,功率变换器产生的开关状态个数有限,且通过建立模型可以预测每一个开关状态下被控变量的对应变化特性;其次,定义价值函数评价被控变量的预测值,为判别最优有限开关状态提供依据;最后,计算出每一种开关状态下的价值函数值,以此评价每一种开关状态下被控变量预测值的优劣,选择出最优的开关状态并应用。(The control idea of model predictive current control is based on the following princ
预测函数控制
- 预测函数控制策略,可以用于控制汽车动力学、发动机、变速器等