• 大小: 5.46M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-13
  • 语言: Matlab
  • 标签: 并网  

资源简介

MATLAB电力系统仿真,包括电力、光伏、风能并网的仿真,具有较好的参考价值。

资源截图

代码片段和文件信息

function varargout = init_power_windgen(varargin)
% Model initialization function of power_windgen example

% By default the functions loads the initial state vector xInitial to start
% the simulation in steady-state. This is done in the Model properties/
% Callbacks/ InitFcn section of the model. The vector is saved in a mat
% file.

% You can use this function to regenerate the initial state vector after a
% change in the model by typing:  init_power_windgen(1) at the command line.
% Review the code below to make sure it still apply to your updated model.

load power_windgen.mat 

if nargin==0 && nargout==2
    varargout{1} = xInitial;
    varargout{2} = psbwindgen_char;
end
 
% Regenerate initial state vector
if nargin==1

    % 1. The name of the model is:
    model = ‘power_windgen‘

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-03-31 21:53  DRdemo\
     文件       33662  2013-02-27 19:53  DRdemo\Battery.jpg
     文件        4553  2016-02-10 20:22  DRdemo\DR_demos.xml
     文件        6325  2014-09-17 14:34  DRdemo\EV.jpg
     文件       17517  2016-01-14 14:53  DRdemo\PV_model_Param.slx
     文件       57491  2014-09-17 14:35  DRdemo\Residential.jpg
     文件       35311  2016-01-12 19:45  DRdemo\V2Glib.slx
     文件      128269  2014-09-18 11:35  DRdemo\diesel.jpg
     文件        4623  2013-04-08 18:36  DRdemo\grid.jpg
     文件       33960  2013-02-27 19:53  DRdemo\house.jpg
     目录           0  2016-03-31 21:53  DRdemo\html\
     文件        2135  2014-10-01 15:05  DRdemo\html\power_4PVarray_400kW.m
     文件         268  2014-08-29 09:37  DRdemo\html\power_4PVarray_400kW_avg.m
     文件        1296  2014-10-08 08:57  DRdemo\html\power_PVArray_PartialShading.m
     文件        2711  2014-10-01 14:52  DRdemo\html\power_PVarray_250kW.m
     文件         268  2014-08-29 09:37  DRdemo\html\power_PVarray_250kW_avg.m
     文件        3896  2014-10-01 15:05  DRdemo\html\power_PVarray_3500W.m
     文件         251  2014-08-29 09:30  DRdemo\html\power_PVarray_3500W_avg.m
     文件        5238  2014-10-17 13:56  DRdemo\html\power_PVarray_grid_avg.m
     文件        6092  2014-10-17 13:56  DRdemo\html\power_PVarray_grid_det.m
     文件        1613  2015-09-03 11:04  DRdemo\html\power_SOFC.m
     文件        4000  2015-08-28 10:53  DRdemo\html\power_V2G.m
     文件        3618  2015-08-28 10:54  DRdemo\html\power_microgrid.m
     文件        9672  2012-02-06 18:35  DRdemo\html\power_wind_dfig.m
     文件        8890  2015-09-03 11:04  DRdemo\html\power_wind_dfig_avg.m
     文件        8298  2015-09-03 11:05  DRdemo\html\power_wind_dfig_det.m
     文件        7312  2012-02-06 18:35  DRdemo\html\power_wind_ig.m
     文件        8328  2015-09-03 11:05  DRdemo\html\power_wind_type_4_avg.m
     文件        8343  2015-09-03 11:05  DRdemo\html\power_wind_type_4_det.m
     文件        7449  2012-02-06 18:35  DRdemo\html\power_windgen.m
     文件        1695  2014-03-17 14:26  DRdemo\init_power_wind_dfig.m
............此处省略41个文件信息

评论

共有 条评论