|
a |
|
b/code/preprocessing/EEG/fastica/Contents.m |
|
|
1 |
% FastICA for Matlab 7.x and 6.x |
|
|
2 |
% Version 2.5, October 19 2005 |
|
|
3 |
% Copyright (c) Hugo Gävert, Jarmo Hurri, Jaakko Särelä, and Aapo Hyvärinen. |
|
|
4 |
% |
|
|
5 |
% Type fasticag to launch the graphical user interface |
|
|
6 |
% |
|
|
7 |
% Please refer to your Matlab documentation on how to add FastICA to your |
|
|
8 |
% Matlab search path. (One place to start is the path-command) |
|
|
9 |
% |
|
|
10 |
% FastICA programs: |
|
|
11 |
% FASTICAG - Graphical user interface for FastICA |
|
|
12 |
% FASTICA - command line version of FastICA |
|
|
13 |
% |
|
|
14 |
% Separate functions used by FastICA programs. |
|
|
15 |
% FPICA - main algorithm for calculating ICA |
|
|
16 |
% WHITENV - function for whitening data |
|
|
17 |
% PCAMAT - calculates the PCA for data |
|
|
18 |
% REMMEAN - function for removing mean |
|
|
19 |
% |
|
|
20 |
% GUI_CB - needed by fasticag |
|
|
21 |
% GUI_ADV - needed by fasticag |
|
|
22 |
% GUI_ADVC - needed by fasticag |
|
|
23 |
% GUI_L - needed by fasticag |
|
|
24 |
% GUI_LC - needed by fasticag |
|
|
25 |
% GUI_S - needed by fasticag |
|
|
26 |
% GUI_SC - needed by fasticag |
|
|
27 |
% GUI_CG - needed by fasticag |
|
|
28 |
% GUI_HELP - needed by fasticag |
|
|
29 |
% |
|
|
30 |
% ICAPLOT - for plotting the signals |
|
|
31 |
% (also used by fastica and fasticag) |
|
|
32 |
% |
|
|
33 |
% Misc. |
|
|
34 |
% DEMOSIG - generates some test signals |
|
|
35 |
% |
|
|
36 |
% Deprecated |
|
|
37 |
% dispsig - plots the data vectors |
|
|
38 |
% replaced by icaplot |
|
|
39 |
|
|
|
40 |
% @(#)$Id$ |