


brede_ica_est - Independent component analysis
function [S, A] = brede_ica_est(X)
Input: X Matrix
Property: Components [ {20} | an integer ]
IcaType [ {nbs} ]
Winit [ {eye} | rand | randn | a matrix with
the size of A ] Initialization of the
inverse mixing matrix (the demixing
matrix)
Output: S Source matrix
A Mixing matrix
This function performs independent component analysis
X = S * A
This function presently calls brede_ica_nbs_est.
See also BREDE, BREDE_ICA_BS_EST, BREDE_NMF_EST,
BREDE_MAT_ICA, BREDE_MAT_PLOT_MDS, BREDE_SVD_EST.
$Id: brede_ica_est.m,v 1.5 2004/09/22 15:40:12 fnielsen Exp $