代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/272236/10965343

m sima1.m

function [nw,a1,i] = sima1(w,p,lr,rho,pf) %SIMA1 ART1 simulation function. % Each input vector is presented to the network one at a time. % (See COMPET, HARDLIM) % % [NW,A1,
www.eeworm.com/read/272229/10965389

m sima1.m

function [nw,a1,i] = sima1(w,p,lr,rho,pf) %SIMA1 ART1 simulation function. % Each input vector is presented to the network one at a time. % (See COMPET, HARDLIM) % % [NW,A1,
www.eeworm.com/read/417846/10974695

cpp 000.cpp

/**********************************************************************\ * 指派问题的匈牙利算法 * *
www.eeworm.com/read/271760/10981463

m ffbf.m

function cltfm = ffbf(w,g,h,k); %FFBF Closed-loop frequency response with arbitrary feedback (MIMO). % % CLTFM = FFBF(W,G,H,K) calculates the closed loop MVFR matrix. % CLTFM
www.eeworm.com/read/271760/10981469

m fmulf.m

function fout=fmulf(w,f1,f2) %FMULF Multiply two MVFR matrices. % FMULF(W,F1,F2) returns an MVFR matrix whose % component matrices = F1m*F2m, % where F1m and F2m are the compone
www.eeworm.com/read/271760/10981488

m fpp.m

function phase = fpp(w,f); %FPP Calculates principal phases. % FPP(W,F) returns the principal phases (in degrees) of % F, an MVFR matrix, as a set of column vectors. % W is th
www.eeworm.com/read/271760/10981489

m dmv2fr.m

function cout=dmv2fr(a,b,c,d,w,dt,iu) %DMV2FR Frequency response of MIMO discrete time system % DMV2FR(A,B,C,D,W,DT) calculates the MVFR matrix of the system: % % x(t+dt) = Ax(t) + Bu(t)
www.eeworm.com/read/271760/10981515

m contents.m

% Multivariable Frequency Domain Toolbox. Version 2.4 19-Jul-93 % % Modelling: % %FBLKB Frequency-domain block-build (MIMO). %FCON Frequency domain MIMO block connections. %FDLY Adds delay
www.eeworm.com/read/271760/10981542

m fsize.m

function [m,n]=fsize(w,f) %FSIZE Size of MVFR matrix. % FSIZE(W,F) checks the MVFR matrix, F, for % consistency with the associated frequency vector W % and returns the size vec
www.eeworm.com/read/271760/10981554

m mv2fr.m

function cout=mv2fr(a,b,c,d,w,iu) %MV2FR Frequency response of MIMO system % MV2FR(A,B,C,D,W) calculates the MVFR matrix of the system: % . % x = Ax + Bu