nikk-nikaznan / SCU

Code to accompany our 2018 IEEE International Conference on Systems, Man, and Cybernetics (SMC) paper entitled - On the classification of SSVEP-based dry-EEG signals via convolutional neural networks.
https://arxiv.org/pdf/1805.04157.pdf
MIT License
8 stars 1 forks source link

Dataset doubt #1

Closed scmanjarrez closed 1 year ago

scmanjarrez commented 1 year ago

Hi, I've read your paper and found this repository. I was trying to understand the dataset shape and came with a doubt... is that a real dataset? Or just generated data? All numbers look pretty similar... all of them are in the range 0.32-0.34, which seems weird given that eeg signals usually fluctuate a lot. Also, are dataset values in volts? or microvolts? Thanks

nikk-nikaznan commented 1 year ago

Hi, Sorry about the confusion. The sample dataset is not real data, it is there as an example on how to load the data on regards to the data shape. We are not publishing the real data yet.

scmanjarrez commented 1 year ago

Oh, that makes sense, thank you!