資源簡介
pv模型與擾動觀察法mppt
代碼片段和文件信息
function?[sysx0]?=?MPPT_PO(txuflag)
if?flag==0?
????sys=[0;3;1;2;0;1];x0=[3;3;44.2];t=[0.0001?0];%Initialization
elseif?flag==2
????sys=mdlUpdate(txu);
elseif?flag==3
????sys=mdlOutputs(txu);
elseif?flag==4
????sys=mdlGetTimeOfNextVarHit(txu);
else?sys=[];
end
function?sys=mdlUpdate(txu)
Istep=0.01;
Imaxo=x(1);
Ips=x(2);
Vps=x(3);
Pps=Ips*Vps;
Ics=u(1);
Vcs=u(2);
Pcs=Ics*Vcs;
dp=Pcs-Pps;
di=Ics-Ips;
if?dp>0
????if?di>0
????????x(3)=Vcs;
????????x(2)=Ics;
????????x(1)=Imaxo+Istep;
????else
????????x(3)=Vcs;
????????x(2)=Ics;
????????x(1)=Imaxo-Istep;
????end
else
?????if?di>0
????????x(3)=Vcs;
????????x(2)=Ics;
????????x(1)=Imaxo-Istep;
?????else
????????x(3)=Vcs;
????????x(2)=Ics;
????????x(1)=Imaxo+Istep;
?????end
end
sys?=?[x(1)x(2)x(3)];
function?sys=mdlOutputs(txu)
sys?=?x(1);
function?sys=mdlGetTimeOfNextVarHit(txu)
sampleTime?=?0.0001;??
sys?=?t?+?sampleTime;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????22524??2012-08-19?10:20??PV特性\I-V不同光照.fig
?????文件??????29509??2012-08-19?10:20??PV特性\I-V特性曲線_不同溫度.fig
?????文件??????22717??2012-08-19?10:20??PV特性\P-V不同光照.fig
?????文件??????16458??2012-08-19?10:20??PV特性\P-V典型.fig
?????文件??????45409??2012-08-19?10:20??PV特性\P-V擾動觀察法.fig
?????文件??????26332??2012-08-19?10:20??PV特性\P-V特性曲線_不同溫度.fig
?????文件????1319475??2012-08-19?10:20??標(biāo)況下圖像\boost_v_t.fig
?????文件????1256046??2012-08-19?10:21??標(biāo)況下圖像\mpptV-t.fig
?????文件????1269795??2012-08-19?10:21??標(biāo)況下圖像\mppt_I-t.fig
?????文件????1213682??2012-08-19?10:21??標(biāo)況下圖像\pm_mppt.fig
?????文件????1308863??2012-08-19?10:21??光照變化\boost_turb_v.fig
?????文件????1254222??2012-08-19?10:21??光照變化\turb_I.fig
?????文件????1214004??2012-08-19?10:21??光照變化\turb_P.fig
?????文件????1248559??2012-08-19?10:21??光照變化\turb_V.fig
?????文件????1302647??2012-08-19?10:20??溫度變化時\boost_v_溫度變化時.fig
?????文件????1260565??2012-08-19?10:20??溫度變化時\I_溫度變化時.fig
?????文件????1206884??2012-08-19?10:20??溫度變化時\P_溫度變化時.fig
?????文件????1247464??2012-08-19?10:20??溫度變化時\V_溫度變化時.fig
?????文件??????96727??2012-08-19?10:20??mppt_disturb_s.mdl
?????文件??????97179??2012-08-19?10:20??mppt_disturb_t.mdl
?????文件????????906??2012-08-19?10:20??MPPT_PO.m
?????文件??????83173??2012-08-19?10:20??mppt1.mdl
?????文件??????46535??2012-08-19?10:20??pv_modl.mdl
?????文件??????56555??2012-08-19?10:20??PV_texing.mdl
?????目錄??????????0??2012-08-19?10:20??PV特性
?????目錄??????????0??2012-08-19?10:21??標(biāo)況下圖像
?????目錄??????????0??2012-08-19?10:21??光照變化
?????目錄??????????0??2012-08-19?10:20??溫度變化時
-----------?---------??----------?-----??----
?????????????15646230????????????????????28
............此處省略1個文件信息
評論
共有 條評論