FastICA

所属分类:matlab编程
开发工具:matlab
文件大小:82KB
下载次数:282
上传日期:2010-06-03 22:28:29
上 传 者kikikaka
说明:  基于MATLAB的fastica算法的实现,有完整源代码。这是一个关于盲源分离独立成分分析方法fastICA的软件包,给大家分享一下,完整的matlab代码。
(MATLAB-based fastica algorithm, a complete source code. This is a blind source separation independent component analysis (ICA) of the package, to share with you, complete matlab code.)

文件列表:
FastICA_25\FastICA_25\Contents.m (1307, 2005-10-19)
FastICA_25\FastICA_25\CVS\Entries (794, 2005-10-19)
FastICA_25\FastICA_25\CVS\Repository (8, 2005-10-19)
FastICA_25\FastICA_25\CVS\Root (21, 2005-10-19)
FastICA_25\FastICA_25\CVS (0, 2010-06-03)
FastICA_25\FastICA_25\demosig.m (859, 2007-10-08)
FastICA_25\FastICA_25\demosig.m~ (839, 2007-10-08)
FastICA_25\FastICA_25\dispsig.m (402, 2003-04-05)
FastICA_25\FastICA_25\fastica.m (18682, 2007-10-09)
FastICA_25\FastICA_25\fastica.m~ (18590, 2007-10-09)
FastICA_25\FastICA_25\fasticag.m (19214, 2005-10-19)
FastICA_25\FastICA_25\fpica.m (26249, 2007-10-09)
FastICA_25\FastICA_25\fpica.m~ (26185, 2007-10-08)
FastICA_25\FastICA_25\gui_adv.m (13126, 2004-07-27)
FastICA_25\FastICA_25\gui_advc.m (7411, 2003-09-08)
FastICA_25\FastICA_25\gui_cb.m (19416, 2003-09-10)
FastICA_25\FastICA_25\gui_cg.m (2704, 2003-04-05)
FastICA_25\FastICA_25\gui_help.m (14536, 2005-10-19)
FastICA_25\FastICA_25\gui_l.m (5129, 2004-07-27)
FastICA_25\FastICA_25\gui_lc.m (3665, 2003-09-11)
FastICA_25\FastICA_25\gui_s.m (5017, 2004-07-27)
FastICA_25\FastICA_25\gui_sc.m (2402, 2003-09-08)
FastICA_25\FastICA_25\icaplot.m (13259, 2003-04-05)
FastICA_25\FastICA_25\pcamat.m (12075, 2003-12-15)
FastICA_25\FastICA_25\remmean.m (528, 2007-10-09)
FastICA_25\FastICA_25\remmean.m~ (461, 2007-10-08)
FastICA_25\FastICA_25\test.mat (25814, 2007-10-09)
FastICA_25\FastICA_25\whitenv.m (2842, 2003-10-12)
FastICA_25\FastICA_25 (0, 2010-06-03)
FastICA_25 (0, 2010-06-03)

% FastICA for Matlab 7.x and 6.x % Version 2.5, October 19 2005 % Copyright (c) Hugo Gvert, Jarmo Hurri, Jaakko Srel, and Aapo Hyvrinen. % % 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) 需要将这些程序添加到Matlab的搜索路径中去!! % % FastICA programs: % FASTICAG - Graphical user interface for FastICA 快速ICA算法的用户图形界面。 % FASTICA - command line version of FastICA 快速ICA算法的命令行版本。 % % Separate functions used by FastICA programs. % FPICA - main algorithm for calculating ICA 用于计算ICA的主程序。 % WHITENV - function for whitening data 用于将数据进行白化处理。 % PCAMAT - calculates the PCA for data 数据预处理──PCA是白化的一种方法。 % 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 这些小程序为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.m,v 1.7 2005/10/19 13:05:33 jarmo Exp $

近期下载者

相关文件


收藏者