Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data files #10

Closed
ShibaPrasad opened this issue Apr 14, 2017 · 3 comments
Closed

Data files #10

ShibaPrasad opened this issue Apr 14, 2017 · 3 comments

Comments

@ShibaPrasad
Copy link

ShibaPrasad commented Apr 14, 2017

Thank you for your previous replies. I read your paper and also understand the procedure. Able to run your program end to end. But not able to figure out how to generate those data files - if i am using different data sets.

Sample data folder location:
https://github.com/pbashivan/EEGLearn/tree/master/Sample%20data

But i would like to know how the below files formed (As i am trying with different data sets)

FeatureMat_timeWin.mat
Neuroscan_locs_orig.mat
trials_subNums.mat

@pbashivan
Copy link
Owner

trials_subNums: contains subject number ids for each trial, basically which subject the trial belongs to

Neuroscan_locs_orig: 3D locations for each electrode you are using. Most caps are based on standard 10-10 electrodes that you can find their coordinates from 'python mne' or EEGLAB

FeatureMat_timeWin: It is described in the paper. Basically for each trial and electrode, apply FFT on the time binned data and average the power over the frequency bands of interest.

@ShibaPrasad
Copy link
Author

Thank you. It's much clear now. Working on it ..........

@pbashivan
Copy link
Owner

Great! Closing this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants