?? contents.m
字號:
% 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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -