InitializeMPPtrackIref.m.txt
上传用户:liuztt
上传日期:2019-06-09
资源大小:15k
文件大小:0k
开发平台:

Matlab

  1. % ECEN2060
  2. % Initialize MPPtrackIref
  3. %
  4. global Iref;
  5. global Increment;
  6. global Pold;
  7. Pold = 0; % initial value for the sensed power
  8. Iref = 4; % initial value for the current reference
  9. Increment = -1; % initial direction: decrease reference current