Difference between revisions of "AnyWave:ICA"

From WikiMEG
Jump to: navigation, search
(Created page with "=ICA Plug-in= This plugin will extract Independent Components from signals.<br /> The algorithm used is the Infomax algorithm.<br /> This plug-in will run in the background, d...")
(ICA Plug-in)
Line 4: Line 4:
 
This plug-in will run in the background, doing the computation and then a file will be created containing the resulting matrices: (mixing and unmixing matrices).<br />
 
This plug-in will run in the background, doing the computation and then a file will be created containing the resulting matrices: (mixing and unmixing matrices).<br />
 
The only user interface is the one which let the user set all the settings before the computation is done.<br />
 
The only user interface is the one which let the user set all the settings before the computation is done.<br />
[[File::ICA_Capture.png]]
+
[[File:ICA capture.png|center]]
 +
 
 +
The plug-in was designed to implement several algorithms but for now, only the Infomax algorithm has been implemented.<br />
 +
The user can specify a frequency bandwidth to use by defining a low pass and a high pass filtering.<br />
 +
Note that decimation will be applied depending on the low pass filtering, to shorten the calculation time and minimize the memory usage.<br />
 +
The user must choose on what type of signal the computation will be done (EEG or MEG).<br />
 +
Finally, markers can be used to remove bad part of the signals (artifacts, etc.), the user must first add markers by itself or using another plug-in with an explicit name.<br />
 +
By default, a result file will be created in the data folder. This file can be imported afterward in AnyWave by using the Load ICA Components feature.

Revision as of 14:42, 29 April 2016

ICA Plug-in

This plugin will extract Independent Components from signals.
The algorithm used is the Infomax algorithm.
This plug-in will run in the background, doing the computation and then a file will be created containing the resulting matrices: (mixing and unmixing matrices).
The only user interface is the one which let the user set all the settings before the computation is done.

The plug-in was designed to implement several algorithms but for now, only the Infomax algorithm has been implemented.
The user can specify a frequency bandwidth to use by defining a low pass and a high pass filtering.
Note that decimation will be applied depending on the low pass filtering, to shorten the calculation time and minimize the memory usage.
The user must choose on what type of signal the computation will be done (EEG or MEG).
Finally, markers can be used to remove bad part of the signals (artifacts, etc.), the user must first add markers by itself or using another plug-in with an explicit name.
By default, a result file will be created in the data folder. This file can be imported afterward in AnyWave by using the Load ICA Components feature.