?? contents.m
字號(hào):
% 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).
%
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -