代码搜索:MatLAB

找到约 10,000 项符合「MatLAB」的源代码

代码结果 10,000
www.eeworm.com/read/414751/11103675

m contents.m

% The FDC toolbox - Model definitions, analytical tools, etc. % =========================================================== % The directory TOOLS contains some Matlab routines to load or specify %
www.eeworm.com/read/414751/11103922

hlp actrim.hlp

----------------------------------------------------------------- ACTRIM.M is a Matlab program, which can be applied to Simulink implementations of non-linear aircraft models in order to deter- min
www.eeworm.com/read/414751/11104064

hlp aclin.hlp

----------------------------------------------------------------- ACLIN.M is a Matlab program which can be applied to Simulink implementations of non-linear aircraft models in order to deter- mine
www.eeworm.com/read/268994/11111701

dat bookinfo.dat

[General Information] 书名=MATLAB 7.0实用指南 (下册) 作者= 页数=274 SS号=11320961 出版日期=
www.eeworm.com/read/268260/11146823

txt readme.txt

DIGITAL SIGNAL PROCESSING USING MATLAB -------------------------------------- By Proakis and Ingle, 1998 MS-DOS Diskette Contents ------ -------- -------- The diskette contains a
www.eeworm.com/read/411533/11239320

c fdtd.c

/* FTDT - calculater - main program*/ #include #include #include #include #include #include #include "engine.h" #define BUFSIZE 256 /
www.eeworm.com/read/265723/11255455

m factor.m

function f = factor(n) %FACTOR Prime factors. % FACTOR(N) returns a vector containing the prime factors of N. % % This function uses the simple sieve approach. It may require large % memory
www.eeworm.com/read/147862/12513551

txt readme.txt

Higher-Order Spectral Analysis (HOSA) Toolbox. Version 2.0.3 (R12 compliant) 27 Dec 2000 There are three steps to installing the HOSA toolbox. (a) Download the SETUP.EXE file to your ma
www.eeworm.com/read/248862/12537121

txt readme.txt

Higher-Order Spectral Analysis (HOSA) Toolbox. Version 2.0.3 (R12 compliant) 27 Dec 2000 There are three steps to installing the HOSA toolbox. (a) Download the SETUP.EXE file to your ma
www.eeworm.com/read/334935/12561076

m gluedata.m

function sigseg = gluedata(signal,n0,l) % GLUEDATA concatenate data segments of one long signal into one new data % vector % % Usage: sigseg = gluedata('signal',n0,l) % signal: the string 's