代码搜索:Matrices

找到约 3,616 项符合「Matrices」的源代码

代码结果 3,616
www.eeworm.com/read/323118/13354402

readme

Directory ../Utilities Contents colSum.m Sums the columns of matrices. diagProduct.m Fast way to get the diagonal of the product of two matrices. dupCol.m Creates a matrix
www.eeworm.com/read/316047/13531130

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/316047/13531171

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/316047/13531180

m fsvd.m

function [u,s,v]=fsvd(w,f) %FSVD Singular values of MVFR matrix. % FSVD(W,F) returns the singular values, one row per % frequency, of the component matrices of the MVFR matrix, F. %
www.eeworm.com/read/304719/13788789

txt readme.txt

the attached utility is a work I've submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab
www.eeworm.com/read/140727/5782637

cc example.cc

// file: $isip/doc/examples/class/math/matrix/math_matrix_example_00/example.cc // version: $Id: example.cc,v 1.5 2000/12/28 21:23:53 hamaker Exp $ // // isip include files // #include
www.eeworm.com/read/456224/6278767

m f42.m

function retval = f42(X,Y) % remember X and Y are matrices retval = 0.25*X.^2 + Y.^2 -1;
www.eeworm.com/read/483253/6601718

m gausprod.m

function [g,u,k]=gausprod(m,c) %GAUSPROD calculates a product of gaussians [G,U,K]=(M,C) % calculates the product of n d-dimensional multivariate gaussians % this product is itself a gaussian % In
www.eeworm.com/read/400645/11571007

dat vmatrix2.dat

./vmatrix2 ------------------------------------------------------------------------------- Verify Advanced Operations on Matrices ---> Verify determinant evaluation for a square matrix of size 20
www.eeworm.com/read/400577/11572963

m prmemory.m

%PRMEMORY Set/get size of memory usage % % N = PRMEMORY(N) % % N : The desired / retrieved maximum size data of matrices (in % matrix elements) % % DESCRIPTION % This retoutine sets or ret