Skip to content

SeanHsieh/ica_gsl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 83.6%
  • MATLAB 8.2%
  • C++ 3.9%
  • Makefile 3.4%
  • Python 0.9%