资源列表
[matlab例程] inverter_dq
说明:这是一个单相离网逆变器双闭环控制,基于dq坐标系下采用电压外环和电流内环的方法对其进行稳定性控制。-This is a single-phase off-grid inverter double closed-loop control, based on the dq coordinate system using the voltage outside the ring and the current inner ring method for its stability control.<江法洋> 在 2025-11-22 上传 | 大小:15kb | 下载:0
[matlab例程] three_inverter_dq
说明:这是一个三相离网逆变器双闭环控制,基于dq坐标系下采用电压外环和电流内环的方法对其进行稳定性控制。-This is a three-phase off-grid inverter double closed-loop control, based on the dq coordinate system using the voltage outside the ring and the current inner ring method for its stability control.<江法洋> 在 2025-11-22 上传 | 大小:29kb | 下载:0
[matlab例程] inverter_Gridtied
说明:这是一个三相并网逆变器双闭环控制,基于dq坐标系下采用并网电流环与电压前馈的方法对其进行稳定性控制。-This is a three-phase grid-connected inverter dual closed-loop control, based on dq coordinate system using the grid current loop and voltage feed forward method for its stability control.<江法洋> 在 2025-11-22 上传 | 大小:23kb | 下载:0
[matlab例程] inverterLCL_double
说明:这是一个单相并网逆变器双闭环控制,基于采用并网电流外环电容电流内环的方法对其进行稳定性控制,并实现有源阻尼控制。-This is a single-phase grid-connected inverter double closed-loop control, based on the use of parallel current loop capacitance current loop method to its stability control, and to achieve act<江法洋> 在 2025-11-22 上传 | 大小:29kb | 下载:1
[matlab例程] inverter-SMC
说明:这是一个单相并网逆变器滑模变结构控制,采用滑模变结构控制方法对其进行稳定性控制,并实现有源阻尼控制。-This is a single-phase grid-connected inverter sliding mode variable structure control, using sliding mode variable structure control method to its stability control, and to achieve active damping co<江法洋> 在 2025-11-22 上传 | 大小:26kb | 下载:2
[matlab例程] FR
说明:共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-The Conjugate Gradient method is a method b<刘杉> 在 2025-11-22 上传 | 大小:1kb | 下载:0
[matlab例程] BFGS
说明:拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。如今,优化软件中包含了大量的拟牛顿算法用来解决无约束,约束,和大规模的优化问题。-The quasi-Newton method and the Steepest Des<刘杉> 在 2025-11-22 上传 | 大小:1kb | 下载:1