代码搜索:subspace

找到约 317 项符合「subspace」的源代码

代码结果 317
www.eeworm.com/read/282813/9059400

m subspace.m

function [Us,Ds,Un,Dn]=subspace(mixedsig) if nargin==0, error('You must supply the mixed data as input argument.'); end if length(size(mixedsig))>2, error('Input data can not hae more tha
www.eeworm.com/read/167199/9976949

cpp subspace.cpp

void CGlobalElement::ModeAnalysis() { bool bLargerThanError; int loop,loop1; int nTotalDOF,nFreeDOF,nMode,nLumpMass; CUIntArray aiBuf; double dBuf,dBuf1,dError,dRatioGKtoMass,dQm; CArray
www.eeworm.com/read/156528/11794479

m subspace.m

function [Us,Ds,Un,Dn] = subspace(mixedsig) % %2005.12.5 if nargin == 0, error ('You must supply the mixed data as input argument.'); end if length (size (mixedsig)) > 2, error ('Input da
www.eeworm.com/read/124453/14566238

html subspace.html

Menu Page
www.eeworm.com/read/189283/8480551

m test_subspace.m

% Function: Test_Subspace % Chen minhua, 2006.02.10. % Simple platform for subspace tracking. clc; clear; p = 5; r = 2; T = 5000; % randn('state',0); rand('state',0); Rs = Chenmh_PDgen(r,1);
www.eeworm.com/read/386060/8766544

m em_subspace.m

function [sampleLabels, groupBases, returnStatus]=EM_subspace(X, subspaceDimensions, varargin) % Assign constant values maxLoopValue = 1000; [ambientDimension sampleNumber]= size(X); subspaceNumber
www.eeworm.com/read/386060/8766550

m~ em_subspace.m~

function [sampleLabels, groupBases, returnStatus]=EM_subspace(X, subspaceDimensions, varargin) % Assign constant values maxLoopValue = 1000; [ambientDimension sampleNumber]= size(X); subspaceNumber
www.eeworm.com/read/386060/8766567

m~ subspace_bases.m~

function newBases=subspace_bases(X, subspaceNumber, sampleLabels, subspaceDimensions) [ambientDimension, sampleNumber]=size(X); for subspaceIndex=1:subspaceNumber groupX=X(:,sampleLabels==subspa
www.eeworm.com/read/386060/8766664

m subspace_angle.m

function theta = subspace_gpca(A,B) % SUBSPACE_GPCA % Angle between subspaces. % SUBSPACE_GPCA(A,B) finds the angle between two % subspaces specified by the columns of A and B. % % Same
www.eeworm.com/read/386060/8766669

m subspace_voting.m

function [subspaceBases, sampleLabels]= subspace_voting(subspaces, subspaceDimensions, angleTolerance) MERGE_VOTES=true; [ambientDimension, charDimension, sampleNumber]= size(subspaces); % Get voti