搜索资源列表
HyperbolaRegress
- 双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 pub
ay858
- 使用matlab实现智能预测控制算法,结合PCA的尺度不变特征变换(SIFT)算法,自写曲率计算函数 。- Use matlab intelligent predictive control algorithm, Combined with PCA scale invariant feature transform (SIFT) algorithm, Since writing the curvature calculation function.
tg861
- 包括脚本文件和函数文件形式,使用matlab实现智能预测控制算法,三相光伏逆变并网的仿真。- Including scr ipt files and function files in the form, Use matlab intelligent predictive control algorithm, Three-phase photovoltaic inverter and network simulation.