Raw EEG plots
Posted: 27 Apr 2010, 02:33
I've created a few data files using BCI2000's:
- operator.exe
- gUSBamp.exe
- P300SignalProcessing.exe
And my own Application module, similar to StimulusPresentation.exe. However when I plot the averages of my targets (numbering 200) and non-targets (approximately 600) using matlab I get very weird scales.
My time axis runs from 0 up to 256, which is one second in samples. The voltage axis runs from -4000 up to 6000 across the different graphs. I was wondering what unit goes with this axis, since if it is nanovolts, things look considerably brighter than if it is anything else.
In matlab I've used load_bcidat(<filename>) and then used a script to use states.StimulusType and states.StimulusBegin to extract the data.
When plotting the entire signal (i.e. [signal, states, parameters] = load_bcidat(<filename>)) and then in the workspace window right-click signal and press "Plot all columns", I get approximately 9 minutes on the time axis and the voltage scale runs from -1.5*10^5 to 2*10^5.
So my question, what unit goes with the voltage scale???
- operator.exe
- gUSBamp.exe
- P300SignalProcessing.exe
And my own Application module, similar to StimulusPresentation.exe. However when I plot the averages of my targets (numbering 200) and non-targets (approximately 600) using matlab I get very weird scales.
My time axis runs from 0 up to 256, which is one second in samples. The voltage axis runs from -4000 up to 6000 across the different graphs. I was wondering what unit goes with this axis, since if it is nanovolts, things look considerably brighter than if it is anything else.
In matlab I've used load_bcidat(<filename>) and then used a script to use states.StimulusType and states.StimulusBegin to extract the data.
When plotting the entire signal (i.e. [signal, states, parameters] = load_bcidat(<filename>)) and then in the workspace window right-click signal and press "Plot all columns", I get approximately 9 minutes on the time axis and the voltage scale runs from -1.5*10^5 to 2*10^5.
So my question, what unit goes with the voltage scale???