ptirupat / ThoughtViz

Implementation for the paper https://dl.acm.org/citation.cfm?doid=3240508.3240641
42 stars 16 forks source link

Preprocessing Steps #6

Open donbasta opened 5 months ago

donbasta commented 5 months ago

Hi, could you please explain more about the following preprocessing step explained in the paper? How do you convert the 1280-length data into a 32-length data?

We apply a sliding window with overlap on the 10 seconds (128Hz x 10 seconds = 1280 samples) EEG recording to split the signal into chunks with a window size of 32 samples and an overlap of 8.

Thanks in advance.

hasib2003 commented 2 weeks ago

Hi, we are also trying to figure out the same thing, were you able to find the raw dataset, the one that contains no splits ?