-
Ultracortex + Thinkpulse, LSL, and EEGlab / import and noise issues
by Tbuck ·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 displa -
How to import channel location (Ganglion board)
by sheherbano ·data collected through ganglion board into Matlab using eeglab. I am following all the guidelines from different tutorials. they work on sample data but when I try to work them out on my data, I fai -
how to view/plot time series, not using GUI ?
by wjcroft ·I already answered this question above. The raw EEG data stream is available programmatically from various languages such as Python, Matlab, C, Java, etc. -
Filtering EMG data from GUI recording sessions
by wjcroft ·https://brainflow.readthedocs.io/en/stable/UserAPI.html#matlab-api-reference -
Filtering EMG data from GUI recording sessions
by BCIStudent ·Thanks for the link to the Matlab section, what are the "DigitalFilter" settings (cutt off frequency, order etc) for the BUTTERWORTH in the 'signal filtering' example? And what is the " -
Filtering EMG data from GUI recording sessions
by wjcroft ·Filtering is easily done within Brainflow, in various languages, including Matlab, Python, etc. -
Filtering EMG data from GUI recording sessions
by BCIStudent ·as I'm going to import and use the data within Matlab? -
errors importing GUI BDF file into FieldTrip and CSV file into EEGLAB
by nushaab ·I am looking to import 8-channel EEG OpenBCI data saved in BDF format into FieldTrip, and in the default CSV txt format into EEGLAB, via MATLAB. -
WiFi shield and MATLAB
by wjcroft ·https://brainflow.readthedocs.io/en/stable/Examples.html#matlab -
WiFi shield and MATLAB
by TMKii ·Is it possible to listen data from CYTON+WiFi shield in MATLAB without using OpenBCI GUI? -
I want to use a lowpass filter.
by wjcroft ·If you need other filter combinations, those can be done in Brainflow. Or other languages such as MATLAB. -
brainflow API in matlab
by retiutut ·@yuminosukesato I'm happy to see that you have learned we can connect to OpenBCI directly in Matlab using BrainFlow! This makes much more sense than sending TimeSeries data from the GUI over UDP. -
brainflow API in matlab
by YuminosukeSato ·I want to send brain waves to matlab in real time, but I don't know how to set up brainflow in matlab.Please tell me how to use brainflow in matlab. -
send brain waves to MATLAB in real time.
by wjcroft ·https://brainflow.readthedocs.io/en/stable/Examples.html#matlab -
send brain waves to MATLAB in real time.
by YuminosukeSato ·I would like to send brain waves from openBCI to MATLAB in real time. Is there a recommended library or API? I want to analyze brain waves with matlab, apply it to a classifier, change commands, and o -
Cyton signal processing, UDP, Python, MATLAB, drone control
by YuminosukeSato ·This is a BCI paradigm that can acquire brain waves in real time in MATLAB. -
Cyton signal processing, UDP, Python, MATLAB, drone control
by wjcroft ·MindAffect is your best bet, it uses Python. What BCI paradigm would you use with MATLAB? -
Cyton signal processing, UDP, Python, MATLAB, drone control
by YuminosukeSato ·I want to process brain waves in MATLAB instead of python. So, is there any open platform that can be used with MATLAB? -
Cyton signal processing, UDP, Python, MATLAB, drone control
by wjcroft ·If you want to control multiple flight parameters (such as up/down, rotation, forward/reverse, speed, etc.) this is quite difficult using MATLAB and simplistic BCI paradigms such as band power, P300, -
Cyton signal processing, UDP, Python, MATLAB, drone control
by YuminosukeSato ·I'm trying to move the drone with brain waves. I'm trying to send commands from OPEBCI to python via UDP and analyze them in MATLAB. I would appreciate it if you could tell me how to use it. @retiutut