登录
首页 » matlab » DFIG

DFIG

于 2018-05-06 发布 文件大小:177KB
0 159
下载积分: 1 下载次数: 18

代码说明:

  双馈风力发电机平均值模型与详细开关模型的matlab仿真文件。(The MATLAB simulation files of the DFIG mean value model and the detailed switch model are presented.)

文件列表:

MATLAB风机的demo\DR\power_windgen.html, 5914 , 2004-08-20
MATLAB风机的demo\DR\power_windgen.mdl, 211065 , 2005-08-08
MATLAB风机的demo\DR\power_windgen_init.mat, 1335 , 2005-05-23
MATLAB风机的demo\DR\power_wind_dfig.html, 14828 , 2005-06-18
MATLAB风机的demo\DR\power_wind_dfig.mdl, 498207 , 2005-08-08
MATLAB风机的demo\DR\power_wind_dfig_avg.html, 15927 , 2005-06-18
MATLAB风机的demo\DR\power_wind_dfig_avg.mdl, 335873 , 2005-08-08
MATLAB风机的demo\DR\power_wind_dfig_avg_xinit.mat, 3512 , 2005-06-18
MATLAB风机的demo\DR\power_wind_dfig_data.m, 952 , 2005-06-18
MATLAB风机的demo\DR\power_wind_dfig_det.html, 15710 , 2005-06-18
MATLAB风机的demo\DR\power_wind_dfig_det.mdl, 318562 , 2007-04-06
MATLAB风机的demo\DR\power_wind_dfig_DetVsAvg.fig, 301 , 2005-06-18
MATLAB风机的demo\DR\power_wind_dfig_det_xinit.mat, 814 , 2005-06-18
MATLAB风机的demo\DR\power_wind_dfig_xinit.mat, 676 , 2005-05-23
MATLAB风机的demo\DR\power_wind_ig.html, 5813 , 2004-08-20
MATLAB风机的demo\DR\power_wind_ig.mdl, 692416 , 2005-08-08
MATLAB风机的demo\DR\power_wind_ig_xinit.mat, 854 , 2005-05-23
MATLAB风机的demo\DR, 0 , 2007-10-31
MATLAB风机的demo, 0 , 2007-10-31

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PIC18_EEPROM PIC单片机EEPROM读写程序
     PIC单片机EEPROM读写程序   IIC硬件接口程序 , 读写内部数据
    2022-03-05 11:59:29下载
    积分:1
  • tie_yd20
    高斯白噪声的生成程序,调试通过可以使用,研究生时的现代信号处理的作业。( Gaussian white noise generator, Debugging can be used, Modern signal processing jobs when the graduate.)
    2017-04-23 18:32:16下载
    积分:1
  • HW1
    使用PSCAD测定电网谐振频率及测定轴系模型自然频率(Determination of resonance frequency of power network and determination of natural frequency of shaft system model)
    2018-06-09 21:52:29下载
    积分:1
  • 这是一个学生vb考试系统的源代码,功能还不是很完善,如有欠缺请指正。谢谢!...
    这是一个学生vb考试系统的源代码,功能还不是很完善,如有欠缺请指正。谢谢!-students vb test system source code, function is not perfect, if not please correct. Thank you!
    2022-08-05 14:30:07下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 用于查找地图上涂层的单位图元的GIS软件,同时也包括地图操作...
    用于查找地图上涂层的单位图元的GIS软件,同时也包括其他地图操作-map used to locate the coating unit map yuan GIS software, but also includes other maps operation
    2023-09-04 15:05:03下载
    积分:1
  • labview PID控制(课设)
    labview实现模糊PID控制的例程,控制温度的调节,并且实时显示图像(LabVIEW implementation of fuzzy PID control routines.Control temperature adjustment and display images in real time.)
    2018-08-28 16:46:35下载
    积分:1
  • Prod
    说明:  This is a MATLAB code of Prod operation.
    2020-09-25 13:27:47下载
    积分:1
  • Life_Game
    说明:  这个是八皇后的代码,用VC写的,使用了c++数据结构,用了递归回溯(eightQueen)
    2009-08-05 00:28:02下载
    积分:1
  • c#代码规范
    说明:  c#代码规范,文本资料,c#语言的代码规范用法(C # Code specification, text data, code specification usage in C # language)
    2020-06-16 08:40:02下载
    积分:1
  • 696518资源总数
  • 104388会员总数
  • 18今日下载