Hi,
I'm currently trying to run cudaica after using pca to reduce the number of dimensions using the following process:
- remove mean
- define number of components explaining 90% of the variance
- whiten
- ica using whitened signal
My problem now comes with trying to compute the projections from the output, and then how to reconstruct the data with the original numbers of channels.