alvarouc / ica_gsl

Independent component component analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ica_gsl

Independent component component analysis

This is an ICA implementation using the infomax algorithm with whitening and PCA reduction.

Current Dependencies

  • GNU GSL
  • OpenBLAS (Compile with "$make USE_OPENMP=1")
  • OpenMP

The experiments folder contains a use example in the experiments/simple.c file.

Configuration

In the makefile please change the include and library directories to your correspondent folder.

About

Independent component component analysis

License:GNU General Public License v3.0


Languages

Language:C 87.5%Language:MATLAB 8.2%Language:Makefile 3.4%Language:Python 0.9%