代码搜索:FastICA
找到约 394 项符合「FastICA」的源代码
代码结果 394
www.eeworm.com/read/319045/13463988
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/307041/13732334
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/305243/13776234
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/303147/13821007
m fastica.m
function [Out1, Out2, Out3] = fastica(mixedsig, varargin)
%FASTICA - Fast Independent Component Analysis
%
% FastICA for Matlab 6.x
% Version 2.3, July 27 2004
% Copyright (c) Jarmo Hurri, Hugo G鋠ert,
www.eeworm.com/read/485314/6557890
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/482728/6621817
m fastica.m
clear all
clc
%观察信号矩阵 X 为 K*N 矩阵
%源信号矩阵 S 为 K*N 矩阵
%混合矩阵 A 为 K*K 矩阵
K=4;
N=157;
%生成 K 个源信号, 存储到 S
t=1:N;
figure(1);
S(1,:)=rand(1,N);
subplot(2,2,1);
plot(t,S(1,:));
title('随机信号')
www.eeworm.com/read/480213/6668338
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/404020/11492936
m fastica.m
function [Out1, Out2, Out3] = fastica(mixedsig, varargin)
%FASTICA - Fast Independent Component Analysis
%
% FastICA for Matlab 6.x
% Version 2.3, July 27 2004
% Copyright (c) Jarmo Hurri, Hugo G鋠ert,
www.eeworm.com/read/400380/11578146
m fastica.m
function [Out1, Out2, Out3] = fastica(mixedsig, varargin)
%FASTICA - Fast Independent Component Analysis
%
% FastICA for Matlab 6.x
% Version 2.3, July 27 2004
% Copyright (c) Jarmo Hurri, Hugo G鋠ert,
www.eeworm.com/read/158635/11596573
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