代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/182905/9186044
m demo.m
% This code is just a front-end to source separation algorithms.
% Purpose:
% 1) generate synthetic data
% 2) call some source separation algorithm
% 3) display the results
% The data are CM (constant
www.eeworm.com/read/182905/9186048
m jda.m
% Calling the joint approximate diagonalization function.
M=3; % dimension
N=3; % Number of matrices
snr=0.25;
jthresh = 1.0e-12; % precision on joint diag
K=1;
for k=1:K
k;
%
www.eeworm.com/read/182905/9186052
m jd4.m
% This code is just a front-end to source separation algorithms.
% Purpose:
% 1) generate synthetic data
% 2) call some source separation algorithm
% 3) display the results
% The data are CM (con
www.eeworm.com/read/182760/9192436
m findnlargest.m
function INDEX = FindNLargest(X, N)
%FINDNLARGEST Find largest values in a matrix or a vector
% INDEX = FINDNLARGEST(X, N) find the N largest values of X
% and returns their indices in X.
%
www.eeworm.com/read/379563/9193514
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/379294/9201248
readme
---------------------------------------------------------------
SPARSKIT Modules FEM
---------------------------------------------------------------
This directory contains t
www.eeworm.com/read/379294/9201330
f texplt1.f
subroutine texplt(nrow,ncol,mode,ja,ia,munt,size,vsize,hsize,
* xleft,bot,job,title,ptitle,nlines,lines,iunt)
c-----------------------------------------------------------------------
www.eeworm.com/read/379294/9201362
readme
------------------------------------------------------------
SPARSKIT MODULE ORDERINGS
-------------------------------------------------------------
The current directory ORDERI
www.eeworm.com/read/379294/9201365
saylr1 info.saylr1
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* unsymmetric matrix of paul saylor - 14 by 17 2d grid may, 1983 *
* Key = saylr1 , T
www.eeworm.com/read/378891/9213907
cpp 000.cpp
#include
typedef struct matrix
{
float cost[101][101];
int zeroelem[101][101];
float costforout[101][101];
int matrixsize;
int personnumber;
int jobnumber;
}matrix;
matri