ica
ica copied to clipboard
Independent Component Analysis (for blind source separation)
Implementation of Independent Component Analysis (ICA) for Blind Source Separation
This folder contains:
- src - All source code files
- plot - plots used in the report
- savedMats - recoverd sound samples
- resultCorrs - correlation matrices of recovered samples
- report - the report
To do a trail sample run of the code:
- $cd src
- $matlab icafull.m
or (for checking with beta): 3. $matlab icafullBeta.m
The rest of the code in the src file have names that are self-explanatory and are commented sufficiently to be able to follow the algorithm.
Read report for the explanation of the algorithm, implementation details and results.