contents.m

来自「PearsonICA程序」· M 代码 · 共 42 行

M
42
字号
% Pearson-ICA for Matlab 5.x% Version 1.2 October 9, 2001
% Copyright (c) Helsinki University of Technology,% Signal Processing Laboratory,% Juha Karvanen, Jan Eriksson, and Visa Koivunen.%% Type pearson_ica_demo for a demonstration.% For further instructions, see readme.txt.%% Pearson-ICA programs:%   pearson_ica.m        - main file for the Pearson-ICA algorithm%   fasticapearson.m        - core of the Pearson-ICA algorithm%% Separate functions used by Pearson-ICA:%   pearson_momentfit.m  - estimates the parameters of a Pearson%                          distribution using the moments %   pearson_score.m      - calculates the score and its derivative of%                          a Pearson distribution%% Misc:%   contents.m           - this file%   pearson_ica_demo     - demonstration of the Pearson-ICA algorithm%   gbd_momentfit.m      - estimates the parameters of a GBD using the moments%   gbd_score.m          - calculates the score and its derivative of a GBD%   gpl.txt              - The GNU General Public License%   readme.txt           - description and instructions for functions%% The end of contents.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 

⌨️ 快捷键说明

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