代码搜索:sparse
找到约 3,324 项符合「sparse」的源代码
代码结果 3,324
www.eeworm.com/read/212602/15151947
m fm_dfig.m
function fm_dfig(flag)
% FM_DFIG define Constant Speed Wind Turbine
%
% FM_DFIG(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
%
www.eeworm.com/read/212602/15151961
m fm_cswt.m
function fm_cswt(flag)
% FM_CSWT define Constant Speed Wind Turbine
%
% FM_CSWT(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
% FLAG = 2 algebraic Jacobians
%
www.eeworm.com/read/212602/15152042
m fm_opfsdr.m
function fm_opfsdr
%FM_OPFSDR solve the OPF-based electricity market problem by means of
% an Interior Point Method with a Merhotra Predictor-Corrector
% or Newton direction techniq
www.eeworm.com/read/212602/15152044
m fm_pss.m
function fm_pss(flag)
% FM_PSS define Power System Stabilizers
%
% FM_PSS(FLAG)
% FLAG = 0 initialization
% FLAG = 3 differential equations
% FLAG = 4 state matrix
% FLAG = 5
www.eeworm.com/read/212602/15152331
m fm_ddsg.m
function fm_ddsg(flag)
% FM_DDSG define a direct drive synchronous generator wind turbine
%
% FM_DDSG(FLAG)
% FLAG = 0 initializations
% FLAG = 1 algebraic equations
% FLAG = 2 algeb
www.eeworm.com/read/212602/15152385
m fm_tg.m
function fm_tg(flag)
%FM_TG define Turbine Governor
%
%FM_TG(FLAG)
% FLAG = 0 initializations
% FLAG = 3 differential equations
% FLAG = 4 state matrix
% FLAG = 5 non-windup li
www.eeworm.com/read/206762/15290181
m make.m
% This make.m is used under Windows
mex -O -c svm.cpp
mex -O -c svm_model_matlab.c
mex -O svmtrain.c svm.obj svm_model_matlab.obj
mex -O svmpredict.c svm.obj svm_model_matlab.obj
mex -O read_sp
www.eeworm.com/read/292452/8353487
m decode_ldpc_matlab.m
function [vhat,iteration]=decode_ldpc_matlab(rx_waveform,No,h,rows,cols,ind,r,c,max_iter)
% bit to check
% check to bit
% update APP LLR
% hard decision
% if valid codework, then exit
vhat(1
www.eeworm.com/read/368250/9703762
m make.m
% This make.m is used under Windows
mex -O -c svm.cpp
mex -O -c svm_model_matlab.c
mex -O svmtrain.c svm.obj svm_model_matlab.obj
mex -O svmpredict.c svm.obj svm_model_matlab.obj
mex -O read_sp
www.eeworm.com/read/265447/11264114
h mod2convert.h
/* MOD2CONVERT.H - Routines converting between sparse and dense mod2 matrices.*/
/* Copyright (c) 1996 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program