-
Notifications
You must be signed in to change notification settings - Fork 21
Data Preprocessing
Soboleva Natalia edited this page Nov 23, 2017
·
2 revisions
-
What has been done:
- Studied mne I/O, learned about EEG data visualization and analyzed different peculiarities of given data.
- After analysis of given data build different hypothesis and tasks for the further research.
-
Some ideas for further EEG channels processing:
-
Look on the channels covariances. Depending on the covariance values reduce uninformative channels. There are two ways of calculating the covariance:
- Compare EEG channels on the whole time period
- Divide the whole time period into time intervals and calculate covariances on them independently. Some difficulties with this approach: validity of the approach and ambiguity of the division (in EEG Emotions Recognition: the inability to distinguish proper time interval for the emotions)
-
Group some channels together by:
- Channels covariance
- Knowledge in neurobiology
-
Splitting general trends and local fluctuations in channels
-
Transform all non-stationary channels
-
Highlighting "seasoning"
-
Learn how to detect drop out. There might me problems with (Example, FP2 in resting_state/zavrin_open_eyes_eeg_15021500.vhdr, 20-25 seconds).
-
-
Tasks and solution ways:
- Implement channels correlation depending on validity of time and channel groups division
- There is no info about channels location: restore the localization if necessary.
EEG Emotion Recognition - Soboleva&Glazkova - 2018