cubica34: CubICA (IMPROVED CUMULANT BASED ICA-ALGORITHM)

Description Usage Arguments Details Value References

Description

This port of the original cubica34.m written by Pantelis Hadjipantelis.

Usage

1
[R,y]=cubica34(x)

Arguments

x

NxP matrix of observations (N: Number of components; P: Number of datapoints(samplepoints))

Details

This algorithm performes ICA by diagonalization of third- and fourth-order cumulants simultaneously.

Value

R is an NxN matrix such that u=R*x, and u has (approximately) independent components. y is an NxP matrix of independent components

References

T. Blaschke and L. Wiskott, "An Improved Cumulant Based Method for Independent Component Analysis", Proc. ICANN-2002, Madrid, Spain, Aug. 27-30.


jpmeagher/sdsBAT documentation built on May 5, 2019, 3:50 a.m.