代码搜索:decomposition
找到约 1,689 项符合「decomposition」的源代码
代码结果 1,689
www.eeworm.com/read/235612/14060608
m svdsolv.m
function [a,var]= svdsolv(u,s,v,data,vardata)
% solve a linear system given its sigular value decomposition
%
% [a,var] = svdsolv( u, s, v, data, vardata)
% [a,var] = svdsolv( u, s, v, data)
%
% u =
www.eeworm.com/read/203954/15348309
cpp rules.cpp
#include "Rules.h"
void Rules::decomposition()
{
bool keyFound=false;
Set dummy;
findKey();
canonical();
for (int i=0; i
www.eeworm.com/read/202129/15390398
m cemdc2_fix.m
%CEMDC2_FIX bivariate Empirical Mode Decomposition, second algorithm
%
%
% Syntax
%
%
% [IMF,NB_ITERATIONS]=CEMDC2_FIX(T,X,NB_ITERATIONS,MAX_IMFS,NDIRS);
%
%
% Description
%
%
% compu
www.eeworm.com/read/200648/15428151
m seqhaar.m
function X = seqhaar(X, Level, Dim)
%SEQHAAR Sequential "S-transform" modified Haar wavelet.
% Y = SEQHAAR(X,L) computes the L level decomposition of an integer-
% valued signal X using the se
www.eeworm.com/read/106690/15626586
m pop_runica.m
% pop_runica() - Run an ICA decomposition on an EEG dataset
% using runica(),binica(), or other ICA algorithm.
% Usage:
% >> OUT_EEG = pop_runica( IN_EEG ); % pops-up a data entry wi
www.eeworm.com/read/426833/8996541
m ghmap.m
function b=ghmap(a)
%GHMAP Single-level discrete 2-D multiwavelet transform.
% GHM performs a single-level 2-D multiwavelet decomposition
% using GHM multiwavelet with four multi-filters
%
%
www.eeworm.com/read/283135/9040872
m emd_online.m
function [imf,ort,nbit] = emd_online(x,t,stop,nbpresift,tst,tst2)
% EMD_ONLINE (On Line Empirical Mode Decomposition) computes on-line an EMD
%
% stopping criterion for sifting :
% at each point :
www.eeworm.com/read/283135/9041022
m emd_online.m
function [imf,ort,nbit] = emd_online(x,t,stop,nbpresift,tst,tst2)
% EMD_ONLINE (On Line Empirical Mode Decomposition) computes on-line an EMD
%
% stopping criterion for sifting :
% at each point :
www.eeworm.com/read/380178/9158601
m emdc_fix.m
%EMDC_FIX computes Empirical Mode Decomposition
%
%
% Syntax
%
%
% [IMF,NB_ITERATIONS]=EMDC_FIX(T,X,NB_ITERATONS,MAX_IMFS);
%
%
% Description
%
%
% computes EMD according to [1] with NB_ITERATONS
www.eeworm.com/read/374083/9421563
cxx svd.cxx
//$$svd.cxx singular value decomposition
// Copyright (C) 1991,2: R B Davies
#define WANT_MATH
#include "include.h"
#include "newmat.h"
#include "newmatrm.h"
#inc