<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Research — OpenBCI Forum</title>
        <link>https://openbci.com/forum/index.php?p=/</link>
        <pubDate>Sat, 18 Jul 2026 14:54:23 +0000</pubDate>
        <language>en</language>
            <description>Research — OpenBCI Forum</description>
    <atom:link href="https://openbci.com/forum/index.php?p=/categories/research/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>Florida- research enthusiasts.</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/4146/florida-research-enthusiasts</link>
        <pubDate>Thu, 16 Jul 2026 00:18:35 +0000</pubDate>
        <category>Research</category>
        <dc:creator>Jimbo3000</dc:creator>
        <guid isPermaLink="false">4146@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello, I am recent DBS patient and am wanting to learn more about EEG rhythms and experiment with how this works. Let me know if there's any Floridians or travelers who are interested in using me as a test subject so we can learn together.</p>
]]>
        </description>
    </item>
    <item>
        <title>EEG Mouse Cursor</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/4103/eeg-mouse-cursor</link>
        <pubDate>Wed, 18 Feb 2026 17:45:53 +0000</pubDate>
        <category>Research</category>
        <dc:creator>MrButter</dc:creator>
        <guid isPermaLink="false">4103@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I have been tossing this idea around in my head for a few months and would like support on going about this. I would like to use the ADS1299 to read my brain signals (preferably not moving my body so prefrontal area?) I'm wondering if the OpenBCI schematics/pcb can be used for this reason. if not how would they need to be altered? Would it be better to disign my own or use a pre-made gerber file on like JLCPCB? The software to control a mouse with an EEG im guessing isnt optimal right now, will i need to make my own?</p>
]]>
        </description>
    </item>
    <item>
        <title>Browser-based neurofeedback app detecting real-time coherence states, seeking feedback</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/4102/browser-based-neurofeedback-app-detecting-real-time-coherence-states-seeking-feedback</link>
        <pubDate>Tue, 17 Feb 2026 19:30:53 +0000</pubDate>
        <category>Research</category>
        <dc:creator>neurokinetikz</dc:creator>
        <guid isPermaLink="false">4102@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi everyone, <br />
I built a browser-based neurofeedback application that works on consumer EEG devices (Muse and BrainBit) and I'm looking for feedback from this community.</p>

<p><strong>Quick background:</strong> <br />
I've been analyzing EEG data from consumer headbands for several years. When I started digging into my own data, I found something I wasn't expecting. Earth's naturally occurring Schumann Resonance oscillates at ~7.8 Hz with harmonics at roughly 14, 20, 26, and 32 Hz. All of these overlap with canonical EEG bands. That overlap has been noted before but generally treated as coincidence.</p>

<p>My research suggests it isn't coincidence. I found that brain oscillation peaks can align with golden ratio (φ = 1.618) precision, anchored near the same ~7.8 Hz fundamental. I tested this across 1M+ peaks from multiple independent datasets. Less than 2% error. (And yes, I would be skeptical too <img src="https://openbci.com/forum/resources/emoji/smile.png" title=":)" alt=":)" height="20" /></p>

<p>Here's the paper:</p>

<p><strong>Golden Ratio Architecture of Human Neural Oscillations (preprint)</strong><br />
<a rel="nofollow" href="https://doi.org/10.5281/zenodo.18244908" title="https://doi.org/10.5281/zenodo.18244908">https://doi.org/10.5281/zenodo.18244908</a></p>

<p>The research potentially validates ideas proposed about golden ratio organization of EEG bands in 2010 by Pletzer, Kerschbaum, and Klimesch at Universität Salzburg:</p>

<p><strong>When frequencies never synchronize: The golden mean and the resting EEG</strong><br />
<a rel="nofollow" href="https://doi.org/10.1016/j.brainres.2010.03.074" title="https://doi.org/10.1016/j.brainres.2010.03.074">https://doi.org/10.1016/j.brainres.2010.03.074</a></p>

<p><strong>Signal processing pipeline:</strong><br />
The app runs spectral parameterization (FOOOF) on each channel to separate genuine oscillatory peaks from the aperiodic 1/f background, then scores how precisely detected peaks match predicted golden ratio frequency positions across three bands. It simultaneously computes coherence, phase-locking value, and bicoherence across all channel pairs. When precision, amplitude, coherence, and PLV all pass threshold simultaneously for a minimum duration, it flags a Schumann Ignition Event and plays an audio tone through Web Audio API. Everything runs client-side in the browser. No backend signal processing.</p>

<p><strong>Where OpenBCI comes in:</strong><br />
The biggest limitation right now is channel count. With 4 channels I can compute 6 channel pairs for coherence and PLV. With 8 I get 28 pairs. With 16 I get 120. The detection algorithm should scale well because more channel pairs means better separation of genuine cross-regional coherence from noise, and better spatial resolution for mapping where ignition events originate.</p>

<p>I'd also like to add OpenBCI support. For Cyton/Ganglion over Web Serial or Web Bluetooth, has anyone here built browser-based streaming from these boards? Curious about latency, packet parsing, and whether the throughput is sufficient for real-time spectral analysis at 250 Hz across 8-16 channels.</p>

<p><strong>How to try it:</strong><br />
Open Chrome/Edge/Opera on desktop, go to <a rel="nofollow" href="https://resonate.neurokinetikz.com" title="https://resonate.neurokinetikz.com">https://resonate.neurokinetikz.com</a>, pair a supported device or use demo mode without hardware. No signup needed.</p>

<p>Research code is open: <a rel="nofollow" href="https://github.com/neurokinetikz/schumann" title="https://github.com/neurokinetikz/schumann">https://github.com/neurokinetikz/schumann</a><br />
Would love feedback on the detection approach, the signal processing, or ideas for OpenBCI integration.<br />
<img src="https://openbci.com/forum/uploads/editor/99/3wz74u763ikv.png" alt="" title="" /><br />
<img src="https://openbci.com/forum/uploads/editor/s6/8ulk0km6uryl.png" alt="" title="" /><br />
<img src="https://openbci.com/forum/uploads/editor/sp/urilz9qaa8df.png" alt="" title="" /></p>
]]>
        </description>
    </item>
    <item>
        <title>EEG Hyperscanning Capability and Training Support</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/4095/eeg-hyperscanning-capability-and-training-support</link>
        <pubDate>Tue, 27 Jan 2026 10:15:25 +0000</pubDate>
        <category>Research</category>
        <dc:creator>Drashti</dc:creator>
        <guid isPermaLink="false">4095@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am writing to inquire about the suitability of Open BCI EEG systems for an upcoming research project in our laboratory here at IIT Madras, India. We are planning to purchase two units of All-in-One Biosensing Kit, as our lab intends to conduct an EEG hyperscanning study involving simultaneous recordings from two participants (dyadic interactions).<br />
Before proceeding with the purchase, we would like to clarify a few technical and methodological aspects to ensure compatibility with our study design</p>

<p><strong>1. Hyperscanning support</strong><br />
Does the All-in-One Biosensing Kit support EEG hyperscanning (i.e., simultaneous recording from two separate systems)? If yes, what is the recommended setup for running two devices together?</p>

<p><strong>2. Synchronization between two EEG systems</strong><br />
How is synchronization between the two EEG systems typically achieved? Do they support hardware-based synchronization (e.g., shared clock, sync cable) or software-based synchronization?<br />
What is the expected synchronization accuracy or latency between the two systems?</p>

<p><strong>3. Trigger markers and event synchronization</strong></p>

<p>Do the systems support external and/or internal trigger markers?<br />
Can the same trigger be sent simultaneously to both EEG systems during hyperscanning tasks?<br />
Are trigger inputs available via TTL, USB, or software-based event markers (e.g., via Lab Streaming Layer-LSL)?</p>

<p><strong>4. Data visualization and alignment</strong><br />
Is it possible to view or stream data from both EEG systems simultaneously during acquisition?<br />
What is the recommended workflow for aligning and analyzing the two EEG datasets post-acquisition for inter-brain synchrony analysis?</p>

<p><strong>5. Adequacy of the All-in-One Biosensing Kit</strong><br />
Based on your experience, is the All-in-One Biosensing Kit sufficient for EEG hyperscanning studies focused on inter-brain synchrony (IBS)? Or would you recommend any additional hardware for improved timing precision?</p>

<p><strong>6. Training, documentation, and support</strong><br />
Do they provide remote training sessions after purchase, specifically for multi-device or hyperscanning use cases? Are there any manuals, tutorials, example pipelines, or documentation focused on EEG hyperscanning, multi-device synchronization, or dual-stream data acquisition?</p>

<p>Our proposed study is a mixed-method EEG hyperscanning project examining inter-brain synchrony during cooperative social tasks, with a focus on parent and adolescent dyads. Given the complexity of synchronization and trigger alignment in such designs, your guidance will be extremely valuable in helping us finalize the most appropriate setup.</p>

<p>We would greatly appreciate any technical notes, references, or recommendations you can share to support hyperscanning research using OpenBCI systems.</p>

<p>Thank you for your time and support. I look forward to your response.</p>
]]>
        </description>
    </item>
    <item>
        <title>Real-time speech recognition ?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/4063/real-time-speech-recognition</link>
        <pubDate>Thu, 18 Sep 2025 18:22:14 +0000</pubDate>
        <category>Research</category>
        <dc:creator>gregward44</dc:creator>
        <guid isPermaLink="false">4063@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I am a 53 year old man who has progressive MS that has led to my normal speech being virtually unintelligible. I am practically bedbound (I live in a care home) and I cannot control my left arm or leg so sign language is not an option for me. My typing with my right hand is done with only one finger and so standard text to speech software applications are far too slow for me to have a normal-speed verbal conversation.<br />
I have participated in research into EEG and ,although specialist equipment was used, I have seen that it is possible to use an EEG headset to interpret brain activity and generate text on a screen.<br />
I am very keen to use a bluetooth eeg to record brain activity whilst I am listening to an audiobook. Both files can then be compared using ai.(possibly ChatGPT)<br />
I would then record my brain activity whilst reading text from an old school exercise book that has never been published on the internet or even typed before. If the ai analysis of the first files can be used to interpret the second brain activity then this should prove the principle and it should be possible to generate real-time speech from measured brain activity.</p>

<p>I that realise real-time speech generation is considered to be the holy grail of speech generation but I genuinely believe that the technology exists to make it possible.<br />
If I could have the use of a bluetooth eeg headset I will use the methods described above to produce a real-time speech generation solution.</p>

<p>All of the methods described above can be seen on many published research documents however there is one aspect of my procedure that ensures that the solution development is entirely unique.</p>

<p>I would be very interested in all comments on this matter.</p>
]]>
        </description>
    </item>
    <item>
        <title>EEG Research - High Cost</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/4043/eeg-research-high-cost</link>
        <pubDate>Sun, 24 Aug 2025 19:05:58 +0000</pubDate>
        <category>Research</category>
        <dc:creator>JMooreo</dc:creator>
        <guid isPermaLink="false">4043@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello!<br />
I am an independent researcher and I'm interested in doing my own research using EEG, but I don't get any funding, and the boards are really expensive.. $1000 is a lot for me.</p>

<p>The research I want to do will probably require more than a basic 4-band EEG. Are there any discounts? What are my options?</p>
]]>
        </description>
    </item>
    <item>
        <title>EEG data analysis, delta band strongest</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/4020/eeg-data-analysis-delta-band-strongest</link>
        <pubDate>Tue, 27 May 2025 11:16:41 +0000</pubDate>
        <category>Research</category>
        <dc:creator>fnngn</dc:creator>
        <guid isPermaLink="false">4020@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello, when analyzing EEG data, I want to observe the PSD power distribution of 5 frequency bands(Delta,Theta,Alpha,Beta,Gamma). The 8-channel electrode positions used are shown in the figure below.<br />
<img src="https://openbci.com/forum/uploads/editor/n0/ibd2ce0knofq.png" alt="" title="" /><br />
The PSD distribution of the original data is shown in the figure.The psd power of delta is two orders of magnitude higher than that of other frequency bands! ! ?<br />
<img src="https://openbci.com/forum/uploads/editor/o5/77kivz2b92uc.png" alt="" title="" /><br />
<img src="https://openbci.com/forum/uploads/editor/g6/nxat1beeai37.png" alt="" title="" /></p>

<p>Secondly, when I remove the EOG signal using detrending, a 4th order Butterworth filter (0.5 Hz to 45 Hz), a 50 Hz notch filter, and ICA, the low frequency energy is slightly reduced, but still high. Am I missing some processing step?<br />
<img src="https://openbci.com/forum/uploads/editor/uf/hrjrww7hgs74.png" alt="" title="" /><br />
<img src="https://openbci.com/forum/uploads/editor/ll/h1sktsnzmfj2.png" alt="" title="" /></p>

<p>I need to use the EEG signal for fatigue detection, and I cannot filter out the delta and theta bands because the energy of the delta and theta bands may increase when I am tired. But now the energy at the low frequencies is so high that it is difficult for me to analyze.<br />
Can you tell me if this is normal? Is there something wrong with my process steps?</p>
]]>
        </description>
    </item>
    <item>
        <title>Clarification on EEG Signal Units from Ganglion Using Python and BrainFlow</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/4002/clarification-on-eeg-signal-units-from-ganglion-using-python-and-brainflow</link>
        <pubDate>Thu, 17 Apr 2025 16:42:36 +0000</pubDate>
        <category>Research</category>
        <dc:creator>mubashir_tuf</dc:creator>
        <guid isPermaLink="false">4002@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am currently working on acquiring EEG signals from the Ganglion board using Python and the BrainFlow library. The signal I’m receiving appears to be raw data, and I’m unsure whether it’s already in microvolts (µV) or still in ADC counts.</p>

<p>My goal is to process this data further to compute aEEG (amplitude-integrated EEG), so it’s important for me to ensure that the signal units are correct. I’ve read that there are manual ways to convert the raw values to microvolts using gain and scale factors, but I’m not confident whether these conversions are accurate or consistent across sessions/devices.</p>

<p>Can someone confirm if the data acquired via BrainFlow from the Ganglion board is in µV by default or if it requires manual conversion?</p>

<p>If manual conversion is required, what is the most reliable way to do it?</p>

<p>Is there any recommended method to validate that the converted signal is truly in microvolts (e.g., comparing with reference data or using a test signal)?</p>

<p>Any guidance or references would be greatly appreciated.</p>
]]>
        </description>
    </item>
    <item>
        <title>measuring emotions in the body, considering their electromagnetic nature?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3987/measuring-emotions-in-the-body-considering-their-electromagnetic-nature</link>
        <pubDate>Thu, 13 Mar 2025 18:28:44 +0000</pubDate>
        <category>Research</category>
        <dc:creator>MarcusAnton1us</dc:creator>
        <guid isPermaLink="false">3987@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi everyone,<br />
I’m new to this forum and excited to join the community! I have a question that has been on my mind, and I’d love to hear your thoughts.<br />
At our company, we're developing a wearable device that aims to measure real-time emotional states. We’re exploring the electromagnetic nature of emotions and how this energy propagates through the body via different pathways—possibly even meridians.<br />
We know that emotions correlate with changes in skin conductivity, heart rate variability, and potentially subtle electromagnetic fluctuations. However, the challenge is capturing these EMF signals in a way that is both precise and practical for everyday use.<br />
I'm curious—how would you approach measuring emotions in the body, considering their electromagnetic properties? Have you come across any interesting research, sensor technologies, or methodologies that might be relevant?</p>

<p>Looking forward to your insights!</p>

<p>Adrian</p>
]]>
        </description>
    </item>
    <item>
        <title>research study with Cyton stream + Stimulus marker + Button response</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3763/research-study-with-cyton-stream-stimulus-marker-button-response</link>
        <pubDate>Thu, 18 Jan 2024 16:54:02 +0000</pubDate>
        <category>Research</category>
        <dc:creator>viguix</dc:creator>
        <guid isPermaLink="false">3763@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi community!</p>

<p>We're planning to use OpenBCI hardware (Cyton + Daisy) to run a visual perception study and we have some doubts about <strong>which would be the best approach to synchronize EEG stream data (ideally 16 channels) + EEG markers (stimuli + button responses)</strong>. <strong>Our goal is to present visual stimuli to participants in a go/no-go task (e.g., green/red lights) using external software</strong> (e.g., PsychoPy, Psychtoolbox, or EEG-ExPy) <strong>and record the participants' responses</strong>. For that, we need to mark the EEG stream with the stimulus onset and with the button response.</p>

<p>So far, I have read different entries on this forum from the past years and <strong>I have come up with two different potential ways of pursuing the study</strong> that I would rather double-check with you (so, here we go!):</p>

<p><strong>(1) ANALOG APPROACH:</strong> Use the <strong>OpenBCI GUI</strong> to record the EEG data + an <strong>external button</strong> attached to the analog input of the Cyton board + a <strong>photosensor</strong> attached to the screen to detect the stimulus changes and also plugged to the analog input of the board (as shown in <a rel="nofollow" href="https://docs.openbci.com/Examples/VideoExperiment/" title="this example">this example</a> and <a rel="nofollow" href="https://openbci.com/forum/index.php?p=/discussion/comment/12419#Comment_12419" title="here">here</a>). This option will save directly the data from the OpenBCI GUI in our preferred (.txt) format. Easy peasy.</p>

<p><strong>(2) DIGITAL APPROACH:</strong> Use <strong><a rel="nofollow" href="https://neurotechx.github.io/EEG-ExPy/experiments/gonogo.html" title="EEG-ExPy">EEG-ExPy</a></strong> for on-screen stimuli presentation + <strong><a rel="nofollow" href="https://github.com/OpenBCI/OpenBCI_GUI/blob/development/Networking-Test-Kit/LSL/brainflow_lsl.py" title="BrainFlow Python">BrainFlow Python</a></strong> + <strong><a rel="nofollow" href="https://labstreaminglayer.readthedocs.io/dev/dev_guide.html" title="LSL">LSL</a></strong> to be able to use two different markers (stimulus + response) + <strong><a rel="nofollow" href="https://github.com/labstreaminglayer/App-LabRecorder" title="LabRecorder">LabRecorder</a></strong> to connect to both streams (they will be synchronized and merged into one XDF file). Here, I would need to do more research on whether EEG-ExPy/Psytoolbox allows for the recollection of responses (e.g., via keyboard) and it can all be done in digital mode, or whether we need the external button for it. Also, in the use of BrainFlow Pyton and/or LSL.</p>

<p><strong>QUESTIONS</strong><br />
- <strong>Regarding the response time accuracy:</strong> Is it correct that the external trigger approach (1) more accurate (vs digital) since the trigger data recorded in the Cyton 'Aux' channels is sampled at the same time as the channel data (i.e., 250 Hz in the case of Cyton 8 channel alone or 125 Hz in the case of Cyton + Daisy)?<br />
- <strong>Restrictions of channels (Cyton + Daisy):</strong> In the analog approach (1) can we use Cyton + Daisy or we can only use the Cyton because we are using the analog mode? In the digital approach (2), do we have this channel restriction?<br />
- <strong>Best approach for computer/s use:</strong> Would it be ideal to use one computer for stimulus presentation and another for EEG recording? Or that would depend on the approach we decide to use?<br />
- <strong>Digital approach (2):</strong> BrainFlow Python + LSL + LabRecorder is better recommended than OpenBCI GUI Networking + LSL widget, right (see <a rel="nofollow" href="https://openbci.com/forum/index.php?p=/discussion/3556/new-gui-version-doesnt-allow-lsl-streaming-of-time-series" title="previous forum entry">previous forum entry</a>)?</p>

<p><strong>Is there a third approach more suitable for our needs that we are not considering?<br />
What do you think the best approach would be in our case?</strong></p>

<p>Thank you beforehand and keep rocking &amp; rolling with OpenBCI!<br />
Irene Vigué-Guix</p>
]]>
        </description>
    </item>
    <item>
        <title>&quot;Verbal mind reading&quot; using OpenBCI tech</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3920/verbal-mind-reading-using-openbci-tech</link>
        <pubDate>Fri, 04 Oct 2024 18:38:00 +0000</pubDate>
        <category>Research</category>
        <dc:creator>Vorontzov</dc:creator>
        <guid isPermaLink="false">3920@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello everyone, thrilled to be here. I'd be grateful if you could help. Maybe you know a relevant existing research project, or have any kind of helpful recommendations - I'd be grateful for anything!</p>

<p>I work with children diagnosed with the most extreme cases of traumatic brain injury and brain-based disorders.</p>

<p>All the kids at our school are non-verbal, and they typically have trouble even making most basic coordinated movements with their hands. Many of them can't control the movement of their eyes.</p>

<p>AND YET - many of them understand speech and attempt to communicate.</p>

<p>I'd like to explore the possibility of creating the following research project:</p>

<p>I want to attempt to scan the EEG and maybe other signals (EMG, EKG - honestly, I don't know what I need to scan) - associated with words of English language thought by a test subject.</p>

<p>My hypothesis is that when a person thinks a word, there have to be some kind of readable micro-signals from the brain, and possibly facial and other muscles, that can be recognized as a certain pattern.  If that pattern is reasonably consistent for the test subject, we may be able to pinpoint such consistent pattern for something like 1,000 words - and that would allow our test subject to communicate by controlling the display of these words on the computer screen, or for example having those words spoken by a computer voice.</p>

<p>So, to rephrase, I want to experiment to try to scan verbal thoughts via BCI into computer, essentially enabling non-verbal kids to communicate verbally with this assistive technology.</p>

<p>So, my questions are: What device / devices would you recommend I need to purchase in order to be able to conduct this type of experiment at quality? Do you know if any attempts had been made using the technology in this way (perhaps there are some documents I could get familiar with)? What else could you share that you feel might help? Thank you in advance!</p>
]]>
        </description>
    </item>
    <item>
        <title>Calculating PSD with 16-electrodes OpenBCi</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3884/calculating-psd-with-16-electrodes-openbci</link>
        <pubDate>Fri, 05 Jul 2024 17:41:15 +0000</pubDate>
        <category>Research</category>
        <dc:creator>Soroushzrzz</dc:creator>
        <guid isPermaLink="false">3884@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am using an ALL-IN-ONE BIOSENSING R&amp;D BUNDLE, which contains 16 EEG electrodes and also two ear clips.<br />
I am saving the data through the Python stream with .edf format and then loading it and using the following preprocessing:<br />
<code>LowPass_Freq = 0.5</code><br />
<code>HighPass_Freq = 30</code><br />
<code>Resampled_Frequency = 60</code><br />
<code>Epoch_Duration = 1</code><br />
<code>OverLap = 0.5</code><br />
<code>montage = mne.channels.make_standard_montage('standard_1020')</code></p>

<p><code>def read_data(file_path):</code><br />
   <code>datax = mne.io.read_raw_edf(file_path, preload=True)</code><br />
    <code>datax.drop_channels(['Fp2', 'O1', 'F4'])</code><br />
    <code>print(&quot;Channel names before applying montage:&quot;, datax.ch_names)</code><br />
    <code>datax.crop(tmax=27)</code><br />
    <code>datax.filter(l_freq=LowPass_Freq, h_freq=HighPass_Freq)</code><br />
    <code>datax.resample(sfreq=Resampled_Frequency)</code><br />
    <code>datax.set_eeg_reference()</code><br />
    <code>datax.set_montage(montage)</code><br />
    <code>epochs = mne.make_fixed_length_epochs(datax, duration=Epoch_Duration, overlap=OverLap)</code><br />
    <code>return epochs</code></p>

<p>My first question is do I need to set any channels as references? I meant this part in my code<br />
<code>datax.set_eeg_reference()</code><br />
Also, I dropped 3 channels since the stream data through GUI is not railed and does not have a good signal-to-noise ratio. <br />
Moreover, I am using following code to calculate PSD<br />
<code>Epochs[3].compute_psd().plot()</code><br />
<img src="https://openbci.com/forum/uploads/editor/ff/b8hbfev80jl9.png" alt="" title="" /></p>

<p>but once want to hardcode it and use the frequencies, the range is somehow like this:<br />
<code>[1.37151917e-11, 1.47513447e-11, 5.01511143e-12]</code></p>

<p>Also used <code>10*np.log10(psd_data)</code> and the data would be in range of<br />
<code>[ -78.16904615,  -75.18809093,  -75.52985457,...]</code><br />
which is weird.<br />
so, how should I convert the PSD to dB to match that plot?</p>

<p>Thanks in advance</p>

<p>Best,</p>
]]>
        </description>
    </item>
    <item>
        <title>Recruiting for study about attitudes of BCI users towards BCIs</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3844/recruiting-for-study-about-attitudes-of-bci-users-towards-bcis</link>
        <pubDate>Fri, 03 May 2024 17:15:46 +0000</pubDate>
        <category>Research</category>
        <dc:creator>BCI_research_pb</dc:creator>
        <guid isPermaLink="false">3844@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi there, I'm a researcher at the University of Paderborn studying attitudes towards Brain-Computer interfaces. We're recruiting individuals from EU countries regulated by the GDPR who use or own electroencephalograms (EEGs). Your responses will improve our understanding of the acceptance of commercial Brain-Computer Interface technology.</p>

<p>Check out <a href="https://umfragen.uni-paderborn.de/index.php/671226?lang=en" rel="nofollow">https://umfragen.uni-paderborn.de/index.php/671226?lang=en</a> for further information.</p>

<p>Please check if you're from an eligible country beforehand: <a href="https://www.gdpradvisor.co.uk/gdpr-countries" rel="nofollow">https://www.gdpradvisor.co.uk/gdpr-countries</a></p>

<p>As a token of our appreciation for your time and effort, we offer a compensation of 3.50€ for completing the full survey (can be declined). Please consider participating and sharing this opportunity with others who might be interested!</p>
]]>
        </description>
    </item>
    <item>
        <title>documentation on the focus widget's inner workings?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3698/documentation-on-the-focus-widgets-inner-workings</link>
        <pubDate>Fri, 22 Sep 2023 13:38:08 +0000</pubDate>
        <category>Research</category>
        <dc:creator>cyanindya</dc:creator>
        <guid isPermaLink="false">3698@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello, thank you for everyone's assistance so far. Right now, I decided to settle using LSL to stream data from the OpenBCI GUI to Unity (i.e. the concentration/relaxation state), and I'm able to get the basics working so far. Will see if I can tinker more as I am more familiar with this.</p>

<p>There is another thing I'd like to ask. Is there any relevant publication/documentation related to the Focus Widget's implementation? From my understanding so far, the concentration/relaxation state seems to be mainly related to the alpha and beta bands, from which the power is calculated. But I'd like to learn more about the specifics, if it's all right.</p>

<p>Thank you!</p>
]]>
        </description>
    </item>
    <item>
        <title>Pre-trained brainflow classifier</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3811/pre-trained-brainflow-classifier</link>
        <pubDate>Tue, 12 Mar 2024 07:26:09 +0000</pubDate>
        <category>Research</category>
        <dc:creator>George3d6</dc:creator>
        <guid isPermaLink="false">3811@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>As far as I can tell brainflow only has 2 pre-trained classifiers (mindfulness and restfulness), though I may be mistaken on this account.</p>

<p>I would assume classifiers ought to be at least somewhat board-specific, though I could be wrong here.</p>

<p>Is there any online library with pretrained brainflow classifiers + explanations for the training methdologoy ?</p>
]]>
        </description>
    </item>
    <item>
        <title>F0 coding of speech-like stimuli using the OpenBCI EEG recording</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3723/f0-coding-of-speech-like-stimuli-using-the-openbci-eeg-recording</link>
        <pubDate>Sat, 28 Oct 2023 16:09:07 +0000</pubDate>
        <category>Research</category>
        <dc:creator>cananthk</dc:creator>
        <guid isPermaLink="false">3723@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am trying to investigate the F0 coding of speech-like stimuli using the OpenBCI EEG recording. The F0 range is between 100 to 126 Hz and the formants of the speech are between 250 to 4000 Hz. The minimum sampling frequency of the stimulus is 10 kHz. <br />
Can we accurately estimate F0 for this experimental paradigm using the OpenBCI EEG recording? Also,<br />
If I use 8 channels with Fs = 250 Hz, only F0 information will be extracted but do you think the formants will be aliased and might distort the EEG signals? Please let me know your input.</p>
]]>
        </description>
    </item>
    <item>
        <title>can I use cyton daisy extension board without the main board?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3701/can-i-use-cyton-daisy-extension-board-without-the-main-board</link>
        <pubDate>Tue, 26 Sep 2023 19:29:36 +0000</pubDate>
        <category>Research</category>
        <dc:creator>lunarbrain</dc:creator>
        <guid isPermaLink="false">3701@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I would like to connect cyton daisy extension board without the main board with some other development board such as Raspberry pi, Arduino, esp32 etc. <br />
How should I make the connections and provide power supply?</p>

<p><img src="https://openbci.com/forum/uploads/editor/tg/pzv8hklreh6q.jpg" alt="image" title="" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Needing advice/pointers on Unity + BCI workflow</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3667/needing-advice-pointers-on-unity-bci-workflow</link>
        <pubDate>Wed, 16 Aug 2023 08:28:23 +0000</pubDate>
        <category>Research</category>
        <dc:creator>cyanindya</dc:creator>
        <guid isPermaLink="false">3667@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>English is not my first language, so apologies if there are unclear things here.</p>

<p>I am currently tinkering with OpenBCI integration with Unity as part of my academic research. I've got some basic experience with Unity and EEG signal processing alike (using SciPy and existing datasets), though this is the first time I attempt to implement BCI on Unity (using brainflow), so I'm... a little lost.</p>

<p>(What I aim to do is to control Flappy Bird-like game using BCI, but I won't delve too much into it for now. Instead, I want to ask about the "general" workflow on BCI-Unity integration.)</p>

<p>I've successfully connected the OpenBCI to Unity using brainflow and get some data from it, so that's a start. However, it's the next steps that I'm still confused at. So for now, here are a few questions I'd like to ask:<br />
1. Should I also integrate the training session into the game (i.e. also implement it in Unity)? If that's the case, then does it mean I should also do the training data recording on Unity as well (including the classification model training), or should I write a separate console C# program for that and only use the trained model in Unity? (especially since I'm not sure about ML implementation in Unity yet)<br />
2. Say that with the existing model, I want to retrieve the signal (in real-time/online) and classify it into a relevant input. The thing is that since Unity calls on Update() and FixedUpdate() on periodic basis, how am I supposed to handle this? Should I let the signal processing take place in <em>every</em> Update()/FixedUpdate() call, or should I set a timer/countdown and only do the signal processing and classification when that countdown runs out?</p>

<p>I'd like to learn more, so any pointer is appreciated. Thank you!</p>
]]>
        </description>
    </item>
    <item>
        <title>PSD Issue</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3679/psd-issue</link>
        <pubDate>Mon, 28 Aug 2023 13:57:27 +0000</pubDate>
        <category>Research</category>
        <dc:creator>clatoxen</dc:creator>
        <guid isPermaLink="false">3679@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I am asking for your help because we are stuck in our study, we cannot understand why our PSD assumes strange values and consequently the possibility of evaluating a classical engagment index (alpha, beta, theta). The index assumes very low values that do not go beyond 20 and also the components of the waves have very low values. The pipeline that we developed on python, attached, should follow the classic steps for this kind of search: bandpass filter, notch filter, epoching date duration of 4 with sliding of 0.2 and the Welch for the PSD but the results are bad. U can also see it from the images here. We use a configuration of 2 channels with reference in the middle, fronthead and ground on ear. What we are missing? Something related to amplitude, errors in the pipeline or?</p>

<p>Thank you for helping, hope somebody could answer cause I'm gonna hit my head against the wall xD</p>

<p>FFT <br />
<img src="https://openbci.com/forum/uploads/editor/lu/cxtz93dy31sj.png" alt="" title="" /></p>

<p>Engagement index<br />
<img src="https://openbci.com/forum/uploads/editor/ue/08jtbgqywtyt.png" alt="" title="" /></p>
]]>
        </description>
    </item>
    <item>
        <title>Daniel Ingram's meditation vs Ketamine therapy - RESULTS</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3648/daniel-ingrams-meditation-vs-ketamine-therapy-results</link>
        <pubDate>Tue, 25 Jul 2023 23:36:18 +0000</pubDate>
        <category>Research</category>
        <dc:creator>luobogao</dc:creator>
        <guid isPermaLink="false">3648@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I thought everyone would be interested in the EEG results from measuring meditation vs ketamine therapy. We used the Muse S headset (the Ganglion board got similar results, but was harder to help subjects set up remotely). The meditation subject is Daniel Ingram, a well-known teacher who practices the "Stages of Insight" (book: Mastering the Core Teachings of the Buddha). His meditation is characterized by an increase in gamma and beta on AF7 and AF8, with a consistent dominance by the right hemisphere. The Ketamine measurements were made with a member of our mutual community who has a few years of experience with meditation and is currently doing weekly ketamine sessions through a clinic. There are strong similarities on all bands at the AF8 location, as you can see below. I hope these results inspire others to continue their own research!</p>

<p>Some more results from Daniel using AI analysis of EEG explained here: <a rel="nofollow" href="https://danielexhibit.web.app/" title="https://danielexhibit.web.app/">https://danielexhibit.web.app/</a><br />
If you would like to contact me, you can use steffan@meditationmonitor.com</p>

<p><img src="https://openbci.com/forum/uploads/editor/uo/nhyee68ayjcy.png" alt="" title="" /></p>
]]>
        </description>
    </item>
    <item>
        <title>OpenBCI board for recording cortical LFP ?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3564/openbci-board-for-recording-cortical-lfp</link>
        <pubDate>Fri, 17 Mar 2023 19:17:49 +0000</pubDate>
        <category>Research</category>
        <dc:creator>crana</dc:creator>
        <guid isPermaLink="false">3564@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello - I am currently a PhD student interested in using OpenBCI for my project on a preclinical mouse model of epilepsy. For my purposes, I only need to be able to record a decent LFP signal for marking seizures and maybe a bit of spectral analysis. Would the Cyton+Daisy or Ganglion board be able to effectively record intracranial signals from mice to accomplish this? Any suggestions/comments would be super helpful! Thank you!</p>
]]>
        </description>
    </item>
    <item>
        <title>Motor Imagery Dataset label related to drowsiness</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3561/motor-imagery-dataset-label-related-to-drowsiness</link>
        <pubDate>Tue, 14 Mar 2023 03:55:52 +0000</pubDate>
        <category>Research</category>
        <dc:creator>Priyanka</dc:creator>
        <guid isPermaLink="false">3561@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>In  left/right hand MI and Motor Movement /Imagery Dataset, there is no label  available for predicting drowsiness. Where this dataset is able to identify drowsiness or not. kindly reply....</p>
]]>
        </description>
    </item>
    <item>
        <title>Using EEG Electrode Cap Starter Kit for Brain Mapping to study impacts of entheogenic experience</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3554/using-eeg-electrode-cap-starter-kit-for-brain-mapping-to-study-impacts-of-entheogenic-experience</link>
        <pubDate>Thu, 09 Mar 2023 01:06:31 +0000</pubDate>
        <category>Research</category>
        <dc:creator>sebastienfouillade</dc:creator>
        <guid isPermaLink="false">3554@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi everyone,<br />
I'd like to use the OpenBCI EEG Starter Kit in conjunction with the NewMind software to do qEEG brain maps before and after entheogenic experiences.<br />
I'm curious if anyone has used the data from the OpenBCI starter kit in conjunction with NewMind. I know you can go from CSV to EDF but interested to find out if anyone used both of these together (OpenBCI and NewMind).<br />
Also is there a reason why the starter kit doesn't do linked ears montage?<br />
I'm still new to this space and trying to understand the differences in configuration. <br />
And are there ways to determine signal quality compared to the hardware I would get from NewMind for example.<br />
Thank you.</p>
]]>
        </description>
    </item>
    <item>
        <title>Is end-to-end learning possible?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3469/is-end-to-end-learning-possible</link>
        <pubDate>Tue, 22 Nov 2022 13:13:35 +0000</pubDate>
        <category>Research</category>
        <dc:creator>mmmm</dc:creator>
        <guid isPermaLink="false">3469@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Is end-to-end learning possible?  Is it possible to classify MI-eeg by end-to-end learning without extracting features from EEG signals obtained from opebci cython?</p>
]]>
        </description>
    </item>
    <item>
        <title>How can I create a steady state for MI-EEG?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3476/how-can-i-create-a-steady-state-for-mi-eeg</link>
        <pubDate>Wed, 30 Nov 2022 04:43:17 +0000</pubDate>
        <category>Research</category>
        <dc:creator>YuminosukeSato</dc:creator>
        <guid isPermaLink="false">3476@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>How can I create a steady state for MI-EEG, SSVEP can create a steady state but MI-EEG cannot? How can I create a steady state?</p>
]]>
        </description>
    </item>
    <item>
        <title>Ultracortex + Thinkpulse, LSL, and EEGlab / import and noise issues</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3430/ultracortex-thinkpulse-lsl-and-eeglab-import-and-noise-issues</link>
        <pubDate>Mon, 19 Sep 2022 20:04:12 +0000</pubDate>
        <category>Research</category>
        <dc:creator>Tbuck</dc:creator>
        <guid isPermaLink="false">3430@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hello, <br />
Currently, my lab is struggling to import data from our Ultracortex 8 electrode headset with think pulse electrodes. We are collecting data via networking openbci.gui with the labrecorder which exports data into .xdf file type. When importing data into eeglab via the .xdf import extension MatLab displays a warning to the effect of, "channel labels missing, generating new channel labels". Then, when viewing our data eeglab displays an output containing 125 channels and data that does not appear similar to what we see in openbci.gui. <br />
Any help or suggestions would be greatly appreciated.</p>
]]>
        </description>
    </item>
    <item>
        <title>Is it possible to classify an EEG with an end-to-end neural network?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3432/is-it-possible-to-classify-an-eeg-with-an-end-to-end-neural-network</link>
        <pubDate>Tue, 20 Sep 2022 13:07:38 +0000</pubDate>
        <category>Research</category>
        <dc:creator>YuminosukeSato</dc:creator>
        <guid isPermaLink="false">3432@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Is it possible to classify EEG acquired by OpenBCI with an end-to-end neural network without preprocessing and feature extraction?</p>
]]>
        </description>
    </item>
    <item>
        <title>Can some one introduce me to BCI?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3428/can-some-one-introduce-me-to-bci</link>
        <pubDate>Sun, 18 Sep 2022 10:47:23 +0000</pubDate>
        <category>Research</category>
        <dc:creator>kimhore</dc:creator>
        <guid isPermaLink="false">3428@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Hi, I am a Ph.D. student and very new in this field. Can someone help me kick-start? Currently, My research topic is how to decode spoken brain signals using an EEG headset. So, I have a few questions. <br />
1. Which EEG headset i should buy? or Should I buy another type of signal acquisition device?<br />
2. Can someone suggest a tool or program library to develop or research in the BCI?<br />
2. If anyone researching the same topic as me, Please give me some suggestions?</p>
]]>
        </description>
    </item>
    <item>
        <title>Do emotional changes affect the MI-based EEG classification?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3401/do-emotional-changes-affect-the-mi-based-eeg-classification</link>
        <pubDate>Thu, 04 Aug 2022 05:39:35 +0000</pubDate>
        <category>Research</category>
        <dc:creator>YuminosukeSato</dc:creator>
        <guid isPermaLink="false">3401@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Do emotional changes affect the MI-based EEG classification?</p>
]]>
        </description>
    </item>
    <item>
        <title>Eye tracking or VR impact on EEG Motor Imagery classification?</title>
        <link>https://openbci.com/forum/index.php?p=/discussion/3388/eye-tracking-or-vr-impact-on-eeg-motor-imagery-classification</link>
        <pubDate>Wed, 20 Jul 2022 07:54:26 +0000</pubDate>
        <category>Research</category>
        <dc:creator>YuminosukeSato</dc:creator>
        <guid isPermaLink="false">3388@/forum/index.php?p=/discussions</guid>
        <description><![CDATA[<p>I would like to do research on EEG classification using eye tracking and MI, and I have a question.<br />
1. Will moving the eye up and down, left and right affect the MI-based EEG classification? Please let me know if there are any papers on this subject.<br />
2. When I use VR goggles to acquire EEG while playing a video, do the effects of the video affect the EEG classification? Please let me know if you have any papers.<br />
3. Are there any papers on MI-based EEG classification with high accuracy?</p>
]]>
        </description>
    </item>
   </channel>
</rss>
