• 大小: 42KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2022-02-02
  • 语言: Matlab
  • 标签: fastica  

资源简介

这是一个关于盲源分离独立成分分析方法(ICA)的软件包,给大家分享一下,完整的matlab代码

资源截图

代码片段和文件信息

% FastICA for Matlab 7.x and 6.x
% Version 2.5 October 19 2005
% Copyright (c) Hugo G鋠ert Jarmo Hurri Jaakko S鋜el? and Aapo Hyv鋜inen.
%
% Type fasticag to launch the graphical user interface
%
% Please refer to your Matlab documentation on how to add FastICA to your
% Matlab search path. (One place to start is the path-command)
%
% FastICA programs:
%   FASTICAG  - Graphical user interface for FastICA
%   FASTICA   - command line version of FastICA
%
% Separate functions used by FastICA programs.
%   FPICA     - main algorithm for calculating ICA
%   WHITENV   - function for whitening data
%   PCAMAT    - calculates the PCA for data
%   REMMEAN   - function for removing mean
%
%   GUI_CB    - needed by fasticag
%   GUI_ADV   - needed by fasticag
%   GUI_ADVC  - needed by fasticag
%   GUI_L     - needed by fasticag
%   GUI_LC    - needed by fasticag
%   GUI_S     - needed by fasticag
%   GUI_SC    - needed by fasticag
%   GUI_CG    - needed by fasticag
%   GUI_HELP  - needed by fasticag
%
%   ICAPLOT   - for plotting the signals
%               (also used by fastica and fasticag)
%
% Misc.
%   DEMOSIG   - generates some test signals
%
% Deprecated
%   dispsig   - plots the data vectors
%               replaced by icaplot

% @(#)$Id: Contents.mv 1.7 2005/10/19 13:05:33 jarmo Exp $

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..AD...         0  2005-11-24 11:53  FastICA25

     文件       1307  2005-10-19 16:05  FastICA25\Contents.m

    ..AD...         0  2005-11-24 11:53  FastICA25\CVS

     文件        794  2005-10-19 16:09  FastICA25\CVS\Entries

     文件          8  2005-10-19 16:09  FastICA25\CVS\Repository

     文件         21  2005-10-19 16:09  FastICA25\CVS\Root

     文件        748  2003-04-05 17:23  FastICA25\demosig.m

     文件        402  2003-04-05 17:23  FastICA25\dispsig.m

     文件      18436  2005-10-19 16:05  FastICA25\fastica.m

     文件      19214  2005-10-19 16:05  FastICA25\fasticag.m

     文件      26041  2005-06-16 15:52  FastICA25\fpica.m

     文件      13126  2004-07-27 16:09  FastICA25\gui_adv.m

     文件       7411  2003-09-08 14:28  FastICA25\gui_advc.m

     文件      19416  2003-09-10 13:33  FastICA25\gui_cb.m

     文件       2704  2003-04-05 17:23  FastICA25\gui_cg.m

     文件      14536  2005-10-19 16:05  FastICA25\gui_help.m

     文件       5129  2004-07-27 16:09  FastICA25\gui_l.m

     文件       3665  2003-09-11 15:01  FastICA25\gui_lc.m

     文件       5017  2004-07-27 16:09  FastICA25\gui_s.m

     文件       2402  2003-09-08 14:29  FastICA25\gui_sc.m

     文件      13259  2003-04-05 17:23  FastICA25\icaplot.m

     文件      12075  2003-12-15 20:24  FastICA25\pcamat.m

     文件        461  2003-04-05 17:23  FastICA25\remmean.m

     文件       2842  2003-10-12 12:04  FastICA25\whitenv.m

----------- ---------  ---------- -----  ----

               169014                    24


评论

共有 条评论