Page 1 of 1

Question about Independent Component Analysis

Posted: Fri Jun 30, 2017 4:42 pm
by wuwuwu
I try to use ICA to separate a linear combination of sine wave and square wave. I make to input channel one of them is sine+square, another is sine-square.I suppose the ICA can give me an sine wave and a square wave as result. However, after FastICA, I use signal display, and the output channels look exactly the same as input channels. How can I fix this issue?

Re: Question about Independent Component Analysis

Posted: Mon Jul 03, 2017 7:48 am
by jtlindgren
Hello,

try starting from the ica tutorial in box-tutorials/. Does it work for you as it is, and what if you modify it to your use case? Also, note that it will need certain amount of data
before it will start to provide the demixed components.

Best,
Jussi