资源简介
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
相关资源
- imageCorrectForm 建立几何畸变模型
- HMMforspeechrecogntion 一个可执行的HMM语音
- ridgelet_transform 一个用于图像描述表示
- beamformer 基于自适应天线阵理论
- CVPR10-LLC \“Locality-constrained Linear Cod
-
MethodofFaultDiagnosisforRollingBearingba
se - DFIG_control_strategy 双馈发电机的控制策
- copy-and-paste-detection
- LCV “An efficientlocalChan–Vesemodelforima
- Stationary-wavelet-transform
- WP_DFIG
- A-Multi-UAV-Simulation-for-Formation 对无人机
- MPPT-Buck
- Khan2 数字图像copy-move篡改检测。特征
- KSVD-for-SAR_LOG 用基于稀疏表示和KSVD字
- gaSVMcgForClass
- suntton-RL-book-demo sutton强化学习书籍的
- MATLAB-PROGRAM-FOR-ECC
- DFIG_grid_contorl DFIG网侧控制
- Tetrolet_Transform Tetrolet变换的原代码
- windmppt
- BP-Load-forecasting 基于BP神经网络的短期
- GAPSO-for-PID-Design 本人毕业设计一部分
- Improved-MPPT
- RandomForest ID3决策树+随机森林算法生成
- GA-for-path-planning 通过遗传算法对飞机
- Exercise1-Sparse-Autoencoder 网址:http://d
- chirp-fourier-transform chirp fourier transfor
- Multi-agent-formation 可以实现多智能体编
- one-dimensional-forward-modeling 地球物理一
评论
共有 条评论