代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/253870/12179465
m a0a1bcd.m
function msg = a0a1bcd(a0,a1,b,c,d)
%A0A1BCD Checks dimensional consistency of A0,A1,B,C,D matrices.
% MSG = A0A1BCD(A0,A1,B,C,D) checks the consistency of the dimensions
% of A0,A1,B,C,D. Retu
www.eeworm.com/read/151567/12200448
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/336521/12439424
m gausprod.m
function [g,u,k]=gausprod(m,c,e)
%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
%
www.eeworm.com/read/130197/14203939
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/228372/14387895
m gausprod.m
function [g,u,k]=gausprod(m,c,e)
%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
%
www.eeworm.com/read/124760/14545467
h y_ahfile.h
/* xa_hfile.h free ware xhunga@tiscali.fr */
/* -------------------------------------------------------------------------- */
#include
#include
www.eeworm.com/read/123946/14605562
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/123946/14605623
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/123946/14605681
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/223158/14651452
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