• 大小: 47KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-02
  • 语言: Matlab
  • 标签: MPPT  FOR  DFIG  control  

资源简介

MPPT using slidingmode control for DFIG

资源截图

代码片段和文件信息

% SCIG (dq) dynamic model 4th order (corresponding to the electrical part)
% states: [isd isq ird irq]‘
% inputs: [Vsd Vsq Vrd Vrq]‘ --- Vrd=Vrq=0
% sfunc entries -> u=[Vsd Vsq omg_electrical omgs]
% omgs = stator frequency (rad/s)
% omg_electrical=omg_mechancal*p (rad/s)
function [sysx0strts] = asmcn(txuflagRsRrLsLrLmp)


C=1-Lm^2/(Ls*Lr);   % sigma - leakage factor
D=C*Lr*Ls;          % note that these notations have no relation to state model matrices

% state matrix depends on omg_electric and on omgs (u(5) & u(6))
% model is non linear; here is the part of the state matrix - denoted by A - having constant parametres independent with respect of omg_electric & omgs
% to be completed in mdlDerivatives function
A=[-Rs/(C*Ls) Lm^2/D Lm*Rr/D Lm/(C*Ls); Lm^2/D -

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2879  2007-12-13 17:34  mppt_SCIG\asmcn.m
     文件        1207  2008-02-04 11:55  mppt_SCIG\data_mppt1.m
     文件      171816  2008-02-04 19:21  mppt_SCIG\mppt1.mdl
     文件       24192  2006-07-27 15:04  mppt_SCIG\vntu.mat

评论

共有 条评论