代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/193277/8243081
m basicsex.m
clc
echo on
%*********************************************************
%
% Basic manipulation of variables and constraints
%
%*********************************************************
%
% Let
www.eeworm.com/read/393518/8280716
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/269755/11079114
dox _newmat.dox
/// \ingroup newmat
///@{
/// \file _newmat.dox Introduction to Newmat.
///
/// \page newmat Newmat matrix manipulation library.
///This package is intended for scientists and engineers who nee
www.eeworm.com/read/265721/11255560
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/147096/12583896
m abcdchk.m
function msg = abcdchck(a,b,c,d)
%ABCDCHK Checks dimensional consistency of A,B,C,D matrices.
% MSG = ABCDCHK(A,B,C,D) checks the consistency of the dimensions
% of A,B,C,D. Returns the empty mat
www.eeworm.com/read/135470/13927243
m user_alg5.m
function [H,S,D]=acsobiro(X,n,p),
% Program implemented and improved by A. Cichocki
% on basis of the classical SOBI algorithm of Belouchrani.
% Attention for noisy data you should take at least
www.eeworm.com/read/135470/13927266
m user_alg6.m
function W=jade_fobi(X)
% JADE with random matrices
%**************************************************
% Blind identification by joint diagonalization
% of cumulant matrices generated by rand
www.eeworm.com/read/135470/13927299
m user_alg3.m
%function [W,He,Y] = evd( X, n, p, alpha );
function [W] = evd( X, n, p, alpha );
% EVD method for source separation
% written by Andrzej Cichocki and Pando Georgiev
% m - number of sensors
% n -
www.eeworm.com/read/135470/13927565
m acsobiro.m
function [H,S,D]=acsobiro(X,n,p),
% Program implemented and improved by A. Cichocki
% on basis of the classical SOBI algorithm of Belouchrani.
% Attention for noisy data you should take at least
www.eeworm.com/read/235723/14054902
pas eigensym.pas
{ **********************************************************************
* Program EIGENSYM.PAS *
* Version 1.5d