代码搜索:Matrices

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

代码结果 3,616
www.eeworm.com/read/265721/11255571

m rotation.m

function [r,p,q]=rotation(x,y,z) %ROTATION Encode and decode rotation matrices % (1) r=rotation(x,y,angle) creates a matrix that rotates vectors in the % plane containing x and y. A small posit
www.eeworm.com/read/248593/12551715

cfg q_offset.cfg

# This is the configuration file for initialising the Q Offset matrices. # Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block # The values can take any value, positive or negative and repr
www.eeworm.com/read/202785/15373217

m pcorrxy.m

function [partial]=pcorrxy(x,var1,var2) % % PCORRXY % % Returns partial correlation between var1 and var2 % contained in a matrix x % % All matrices are standardised prior to calculations. %
www.eeworm.com/read/201594/15401286

cfg q_offset.cfg

# This is the configuration file for initialising the Q Offset matrices. # Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block # The values can take any value, positive or negative and repr
www.eeworm.com/read/201006/15418422

m genop.m

function y=genop(f,x1,x2) % GENOP - Generalized operation % % C = GENOP(F,A,B) Call function F with exapanded matrices Y and X. % The dimensions of the two operands are compared and singleton %
www.eeworm.com/read/289321/8559318

m nansum.m

function y = nansum(x) %NANSUM Sum ignoring NaNs. % % NANSUM(X) returns the sum over non-NaN elements of X. For % vectors, NANSUM(X) is the sum of the non-NaN elements in X. For % matrices
www.eeworm.com/read/168406/9917778

m amari_distance.m

function Perf=amari_distance(Q1,Q2); % AMARI_DISTANCE - distance between two matrices. Beware: it does not verify the axioms % of a distance. It is always between 0 and 1. % Copy
www.eeworm.com/read/165371/10066124

m ls2apmf.m

function APMF = ls2apmf(LS) %LS2APMF Lifting scheme to analyzis polyphase matrix factorization. % APMF = LS2APMF(LS) returns the Laurent matrices factorization % APMF, corresponding to the lif
www.eeworm.com/read/163812/10144409

c fec.c

/* $Author: peltotal $ $Date: 2005/09/26 06:08:27 $ $Revision: 1.4 $*/ /* * fec.c -- forward error correction based on Vandermonde matrices * 980624 * (C) 1997-98 Luigi Rizzo (luigi@iet.unipi.it)
www.eeworm.com/read/163812/10144430

h fec.h

/* $Author: peltotal $ $Date: 2005/09/26 06:08:27 $ $Revision: 1.4 $*/ /* * fec.h -- forward error correction based on Vandermonde matrices * 980624 * (C) 1997-98 Luigi Rizzo (luigi@iet.unipi.it)