MATLAB PV 模块我要分享

Matlab PV module

光伏电池 matlab-PV mppt 并网逆变器 MPPT-组合算法

关注次数: 577

下载次数: 7

文件大小: 1535KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

首先阐述了光伏电池的工作原理及其数学模型,根据数学模型在 MATLAB仿真软件中搭建了光伏电池的工程通用仿真模型。同时,根据生产厂家提供的参数,分析了光伏电池的输出特性曲线,研究了光照强度和环境温度对光伏电池的影响。其次介绍了 MPPT 控制算法的工作原理,比较了 4 种常用控制算法的优缺点,针对单一控制算法无法兼顾跟踪精度和响应速度的问题,分析了基于扰动观察法的模糊控制 MPPT 组合算法并提出了一种新型组合 MPPT 算法,即基于电压自寻优的扰动观察算法。


English Description:

Firstly, the working principle and mathematical model of photovoltaic cells are described. According to the mathematical model, a general engineering simulation model of photovoltaic cells is built in MATLAB simulation software. At the same time, according to the parameters provided by the manufacturer, the output characteristic curve of photovoltaic cells is analyzed, and the influence of light intensity and ambient temperature on photovoltaic cells is studied. Secondly, the working principle of MPPT control algorithm is introduced, and the advantages and disadvantages of four common control algorithms are compared. Aiming at the problem that a single control algorithm can not take into account the tracking accuracy and response speed, the fuzzy control MPPT combination algorithm based on disturbance observation method is analyzed, and a new combination MPPT algorithm based on voltage self optimization disturbance observation algorithm is proposed.


代码预览

PV\boost_CM_averaged.mdl

PV\boost_CM_switching.mdl

PV\boost_switching.mdl

PV\dcac_averaged.mdl

PV\dcac_switching.mdl

PV\findMPP.m

PV\GridPVsystem.pdf

PV\InitializeMPPtrackIref.m

PV\MATLAB_Simulink_tutorial.pdf

PV\MPPtrackIref.m

PV\PEintro.pdf

PV\pv1.mdl

PV\pv_array.mdl

PV\pv_boost_dcac_averaged.mdl

PV\pv_boost_mpp_Iref.mdl

PV\pv_characteristic.mdl

PV\PV_module_model.pdf

PV