资源简介
荷兰代夫特技术大学电力系统实验室以MATLAB作为平台,利用Simulink的元件,建立了基于电弧基本动态方程的电弧模型。
代码片段和文件信息
function blkStruct = slblocks
%SLBLOCKS Defines the Simulink library block representation
% for the arc_model blockset.
% Author: P.H. Schavemaker
% Electrical Power Systems (EPS) Delft University of Technology.
% version: 1.0
blkStruct.Name = [‘Arc Model Blockset‘];
blkStruct.OpenFcn = ‘arc_model‘;
% Define the library list for the Simulink Library browser.
% Return the name of the library model and the name for it
Browser(1).Library = ‘arc_model‘;
Browser(1).Name = ‘Arc Model Blockset‘;
Browser(1).IsFlat = 0;% Is this library “flat“ (i.e. no subsystems)?
blkStruct.Browser = Browser;
% End of slblocks.m
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 208284 2001-04-27 12:49 amb2\amb.pdf
文件 26495 2001-04-27 11:39 amb2\arc_demo.mdl
文件 77149 2001-01-10 11:23 amb2\arc_model.mdl
文件 141962 2002-07-01 11:09 amb2\europes_2002_amb.pdf
文件 332 2002-07-01 11:44 amb2\readme.txt
文件 654 1999-12-29 08:21 amb2\slblocks.m
目录 0 2010-07-06 09:56 amb2
----------- --------- ---------- ----- ----
454876 7
评论
共有 条评论