external audio triggers / oddball paradigm / increase sampling frequency?
Hi,
How can I increase increase sampling frequency while recording eeg signal using OpenBCI and Openvibe ?
By default it shows 250 Hz.
--------------------------------------
Time:250Hz Epoch Fp1 Fp2
0
0.004
0.008
0.0012
Say, I need
ime:250Hz Epoch Fp1 Fp2
0
0.002
0.004
0.006
Rafia
Comments
[original thread title: event code number from openBCI txt file]
Hi,
In openBCI there is index number column but no time column. I want to use EEG lab tool to find p300 by using openBCI recorded file.
1) How can I find the event number for frequent tone and rare tone ? As in EEGlab I need these event codes to draw plot.
2) Is there any file which direct to draw p300 plot using openBCI file ?
Thanks
Hi William,
In my EPR analysis, my peak is at around 50 ms instaed of 300 ms. What would be the reason ?
Epoch: -.2 to 1.8 seconds.
Rafia, how are you deriving your timing measurements (from stimulus moment until your peak response?) Are you using an external trigger?
Regards, William
yes. I am generating tone by micromedia board and tracking tone enents by using one of the OpenBCI electrode pin.
Are you using an oddball paradigm? Describe your experimental setup. Do you have an academic advisor, have you asked them for insights as to what is going on with your measurements? What is the end goal of your work, are you working in a school to fulfill a requirement, etc.
I'm sure you've designed your experiment with good procedures. But variations are possible in the way the signals are averaged, the event times recorded and measured, the type of oddball stimulation, signal noise issues, etc. Here is a fun tutorial I came across,
https://backyardbrains.com/experiments/p300
Yes, I am trying to plot P300 for oddball paradigm same you did. Two pich tone. And got P466 instead of P300.
Yes, I have an academic advisor, I am doing m
y PhD research.
Hi,
I am using eeglab.
how can I name "rt", "square" with appropriate time position ?
EEGLAB discussion forum is great for specific EEGLAB questions,
https://sccn.ucsd.edu/wiki/EEGLAB_mailing_lists
Regards, William
One comment from the graph you posted on 26 August: If you move the origin rightward to where the y-axis reaches about 0 from very high y value at start, you get about a P300 using the new origin. Why does the y value of the graph start at such a high value?
Hi,
For external trigger use, Arduino (1.8.10)firmware is not uploading the defaultboard skectch.
I should select "defaultboard" or "board with ble" ?
In both case, the following error is showing .How to solve ?
"Arduino: 1.8.10 (Windows 10), Board: "OpenBCI 32"
Sketch uses 62988 bytes (51%) of program storage space. Maximum is 122880 bytes.
Global variables use 8888 bytes (27%) of dynamic memory, leaving 23880 bytes for local variables. Maximum is 32768 bytes.
An error occurred while uploading the sketch
Copyright: (C) 2011-2015 Serge Vakulenko
No target found.
Programmer for Microchip PIC32 microcontrollers, Version 2.1.46
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
You do not need to change the Cyton firmware. The default firmware allows external trigger via the digital or analog input pins on the PIC32. Please just stick with the defaultboard firmware.
Now on the firmware, bord info is blank. When I am trying to upload defaultboard sketch, giving following error. Now with the board, I can't even measure simple EEG. Can I reset my cyton board ?
No target found.
2016-2017 Majenko Technologies
Programmer for Microchip PIC32 microcontrollers, Version 2.1.46
An error occurred while uploading the sketch
Use the firmware install instructions,
https://docs.openbci.com/docs/02Cyton/CytonProgram
https://github.com/OpenBCI/OpenBCI_Cyton_Library/blob/master/UPGRADE_GUIDE.md
What firmware did your board have previously? When did you purchase the board? If you had V1 firmware, it is best to upgrade both RFduinos and the PIC32. If you had later firmware, you can just reload the PIC32.
Firmware v3.
I purchased on January 2019
Reload PIC 32 means chipKIT 32 ?
Yes, PIC32 is the main processor chip on the Cyton board. "chipKIT" is just another name for it, when it is running Arduino code.
When did you purchase? And what firmware were you running BEFORE you attempted new firmware?