资源简介
搭建的一个简单易懂的双馈风机模型,一篇PDF对模型的公式进行讲解,主要包括dq域感应电机的通用数学模型,磁链公式搭建,电压公式讲解,dq模型搭建,公式极其详细,模型及其易懂,一个文件搞懂双馈风机,适用于小白。学生党没有积分可私信!
代码片段和文件信息
%%
% This is the Matlab file for [EE5705] Project 3
%
% This file would automatically load the simulink to do simulation.
clear; clc;
j = sqrt(-1);
%% Parameters of DFIG
f_rated = 60; % Rated Frequency; Unit: Hz
w_syn = 2*pi*f_rated; % Synchronous Electrical Rotation Speed; Unit: rad/s
V_ll_rated = 690; % Rated Line Voltage; RMS Value; Unit: V
p = 6; % # of Poles
s = 0.01; % Slip at rated (full) load
J = 70; % Moment of Inertia; Unit: kg*m^2
R_s = 2e-3; % Subscript s For stator; Unit: Ohm
R_r = 1.5e-3; % Subscript r For rotor; Unit: Ohm
X_ls = 50e-3; % Subscript l For leakage; Unit: Ohm
X_lr = 47e-3;
X_m = 860e-3; % Subscript m For magnetizing; Unit: Ohm
L_ls = X_ls/w_syn; % Unit: H
L_lr = X
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 184251 2016-11-03 12:33 双馈风机DFIG模型\Proj3_P1.mdl
文件 221978 2016-11-03 12:33 双馈风机DFIG模型\Proj3_P3.mdl
文件 113 2016-11-03 12:33 双馈风机DFIG模型\README.md
文件 2295064 2020-08-18 22:59 双馈风机DFIG模型\[EE5705]Project3 - DFIG Wind Turbine.pdf
文件 11033 2016-11-03 12:33 双馈风机DFIG模型\main.m
目录 0 2020-06-22 09:53 双馈风机DFIG模型\
- 上一篇:2018FTP常用密码爆破字典大全
- 下一篇:编程语言代码转换器!!
评论
共有 条评论