⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contents.m

📁 ICALAB for Signal Processing Toolbox for ICA, BSS, BSE
💻 M
字号:
% 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -