trentbrooks / BrainWaveOSC

Opensource collaboration project with George Khut for Creative Neurofeedback Workshops in Sydney.
92 stars 34 forks source link

Problem with RAW data in the CSV file #9

Open hkafa opened 4 years ago

hkafa commented 4 years ago

Hi, We need to plot the RAW data from the CSV file, but the data is arranged in tabbed format with no time stamp per data point. I used some excel MACROS to change the data from the raw by raw tabbed format to one column that we need for plotting the data (with difficulty and it's not very clean), but there are no time stamps per data point.

Is there any other way to retrieve the raw data points with their time stamps in 2 columns similar to the rest of the data?

Thanks

trentbrooks commented 4 years ago

Hey @hkafa

That's how the data is received on the EEG device- in batches over regular intervals without the timestamps. It's just a limitation of the device.

T