代码搜索:fastica

找到约 394 项符合「fastica」的源代码

代码结果 394
www.eeworm.com/read/189440/8470991

m fastica.m

function [Out1, Out2, Out3] = fastica(mixedsig, varargin) %FASTICA - Fast Independent Component Analysis % % FastICA for Matlab 5.x % Version 2.1, January 15 2001 % Copyright (c) Hugo G鋠ert, Jarm
www.eeworm.com/read/430093/8767416

m fastica.m

function [Out1, Out2, Out3] = fastica(mixedsig, varargin) %FASTICA - Fast Independent Component Analysis % % FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, J
www.eeworm.com/read/186759/8911837

m fastica.m

FastICA算法代码 %对数据进行标准化 close all,clear load np_all normsr=zscore(npp); features=normsr'; [r,c]= size(features); %对数据进行白化,使之为0均值,单位协方差 features = features - mean(features')'*ones(1,c); [E, D]
www.eeworm.com/read/426951/8990053

m fastica.m

function [Out1, Out2, Out3] = fastica(mixedsig, varargin) %FASTICA - Fast Independent Component Analysis % % FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, J
www.eeworm.com/read/382423/9030124

m fastica.m

function [Out1, Out2, Out3] = fastica(mixedsig, varargin) %FASTICA - Fast Independent Component Analysis % % FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, J
www.eeworm.com/read/378255/9239110

m fastica.m

function [Out1, Out2, Out3] = fastica(mixedsig, varargin) %FASTICA - Fast Independent Component Analysis % % FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, J
www.eeworm.com/read/371345/9555298

m fastica.m

function [Out1, Out2, Out3] = fastica(mixedsig, varargin) %FASTICA - Fast Independent Component Analysis % % FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, J
www.eeworm.com/read/365954/9838243

m fastica.m

function [Out1, Out2, Out3] = fastica(mixedsig, varargin) %FASTICA - Fast Independent Component Analysis % % FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, J
www.eeworm.com/read/166513/10017229

m fastica.m

function [Out1, Out2, Out3] = fastica(mixedsig, varargin) %FASTICA - Fast Independent Component Analysis % % FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, J
www.eeworm.com/read/309840/6956586

m fastica.m

function [Out1, Out2, Out3] = fastica(mixedsig, varargin) %FASTICA - Fast Independent Component Analysis % % FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo G鋠ert, J