contents.m

来自「The ICA/BSS algorithms are pure mathemat」· M 代码 · 共 42 行

M
42
字号
% ICALAB for Signal Processing
% (abbreviation of Independent Component Analysis Laboratory)
%
% developed and tested under Matlab versions 5.3 and higher
% Version 2.2, February 24, 2004
% Authors: Andrzej Cichocki, Shun-ichi Amari, Krzysztof Siwek, 
%               Tomasz Rutkowski, Sergio Cruces, Seungjin Choi, 
%               Pando Georgiev and Yasushi Terazono and many others. 
%
% The package contains several algorithms for ICA, BSS, BSE, 
% PCA and whitening of signals. In this demo version some algorithms are 
% disabled.
%
% Full version of the package is available on the web page of the ABSP Lab.
% http://www.bsp.brain.riken.jp
%
% Type icalab in command window to launch main program 
% with the graphical user interface
%
% Please refer to your Matlab documentation on how to add 
% ICALAB for Signal Processing to your Matlab search path. 
%
% ICALAB for Signal Processing program:
%   icalab  - Main programm with graphical user interface for ICALAB
%
% Most m-files used by ICALAB for Signal Processing are p-coded
% and have .p extensions. 
%
% User algorithms
% 
% The user can integrate with the package his or her own algorithms
% or any suitable algorithm  available in matlab, by simply inserting its
% code in:
% 
%    user_alg1.m - user_alg10.m  files.
%
% The algorithm inserted be the user should return only one variable:
% demixing matrix <b>W</b>
% If your algorithm estimate the mixing matrix H you
% can use W=pinv(H).
%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?