InitializeMPPtrackIref.m.txt
上传用户:liuztt
上传日期:2019-06-09
资源大小:15k
文件大小:0k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Matlab
- %
- % ECEN2060
- % Initialize MPPtrackIref
- %
- global Iref;
- global Increment;
- global Pold;
- Pold = 0; % initial value for the sensed power
- Iref = 4; % initial value for the current reference
- Increment = -1; % initial direction: decrease reference current