MATLAB: Steps after ICA on unknown signals

classificationmachine learning

Can anyone please suggest any algorithm to extract the signals after performing ICA on them. I have just mixture of signals coming from respective sites in certain order but after applying ICA the order gets mixed and I find it difficult to classify that which signal is for which site. So, can anyone suggest any algorithm that can do it automatically for me and tells me which signal is for which site?

Best Answer

ICA is not going to tell you that, because it does not know. It simply separates the signals. You must then so whatever sort of classification that is appropriate to characterise the signals ICA recovers.
Related Question