contents.m

来自「这是盲信号的代码 都已经通过编译了 做这方面的同仁可以参考一下 我觉得蛮惯用的」· M 代码 · 共 40 行

M
40
字号
% FastICA for Matlab 7.01% Version 3.0, April 27 2005% Copyright (c) lucky zhang%% 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.m,v 1.5 2005/04/27 11:46:46 jarmo Exp $

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?