代码搜索:Sparse
找到约 3,324 项符合「Sparse」的源代码
代码结果 3,324
www.eeworm.com/read/418304/10955228
m fm_ssr.m
function fm_ssr(flag)
% FM_SSR Model of the synchronous machine with shaft dynamics and compensated line
%
% FM_SSR(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
%
www.eeworm.com/read/418304/10955272
m fm_mn.m
function fm_mn(flag)
% FM_MN defines Monomial Loads
%
% FM_MN(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
%
%Author: Federico Mil
www.eeworm.com/read/418304/10955446
m fxcall.m
function Fxcall(p)
global DAE
if ~p.n, return, end
if p.ty1
tin = p.dat1(:,16);
u = tin < p.con(p.ty1,5) & tin > p.con(p.ty1,6); % windup limiter
DAE.Fx = DAE.Fx - sparse(p.dat1(:,1),p.dat1(:
www.eeworm.com/read/418304/10955501
m fm_phs.m
function fm_phs(flag)
%FM_PHS defines Phase Shifting Transformer
%
%Data Format Phs.con:
% col #1: Bus 1 number
% col #2: Bus 2 number
% col #3: Power rate [MVA]
%
www.eeworm.com/read/418304/10955539
m fm_exload.m
function fm_exload(flag)
% FM_EXLOAD defines exponential recovery load
%
% FM_EXLOAD(FLAG)
% FLAG = 0 -> initialization
% FLAG = 1 -> algebraic equations
% FLAG = 2 -> algebraic Jac
www.eeworm.com/read/418304/10955627
m fm_pod.m
function fm_pod(flag)
% FM_POD defines a Supplementary Stabilizing Control Loop for SVCs
%
% FM_POD(FLAG)
% FLAG = 0 initialization
% FLAG = 3 differential equations
% FLAG = 4 stat
www.eeworm.com/read/418304/10955644
m fm_sofc.m
function fm_sofc(flag)
% FM_SOFC define Solyd Oxyde Fuel Cells
%
% FM_SOFC(FLAG)
% FLAG = 0 -> initialization
% FLAG = 1 -> algebraic equations
% FLAG = 2 -> algebraic Jacobians
%
www.eeworm.com/read/418304/10955648
m fm_fl.m
function fm_fl(flag)
% FM_FL define General Exponential Voltage Frequency Dependent Loads
%
%FM_FL(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic
www.eeworm.com/read/418304/10955762
m fm_mixed.m
function fm_mixed(flag)
% FM_MIXED defines Mixed Loads
%
% FM_MIXED(FLAG)
% FLAG = 0 initialization
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
% FLAG = 3 di
www.eeworm.com/read/418304/10955769
m fxcall.m
function Fxcall(a)
global DAE Bus Pod
if ~a.n, return, end
V1 = DAE.V(a.bus1);
V2 = DAE.V(a.bus2);
t1 = DAE.a(a.bus1);
t2 = DAE.a(a.bus2);
ss = sin(t1-t2);
cc = cos(t1-t2);
Tr = a.con(:,9);
x1 = D