-
Cyton signal processing, UDP, Python, MATLAB, drone control
by YuminosukeSato ·import socket import time import re import numpy as np import matlab class matserver: def __init__(self,ip,port): self.ip = ip # 受信元IP self.port = port -
Cyton signal processing, UDP, Python, MATLAB, drone control
by YuminosukeSato ·I am sending the EEG signal acquired by Cyton's 8ch to python by UDP. Therefore, I would like to know the details of the UDP signal of the EEG signal acquired by Cyton's 8ch. -
Streaming Data direct to Matlab
by BCIStudent ·The recommended approach, is to use Brainflow library from Matlab, -
plot GUI recordings in MATLAB ?
by Harry_M ·Did you see the document on Matlab? -
50Hz notch filter coefficients
by wjcroft ·No, currently the GUI only records the raw data. This is so it can replay that recording using other filter settings. Each time EEG data is filtered (again), the fidelity of the signal is reduced. So -
plot GUI recordings in MATLAB ?
by wjcroft ·Did you see the document on Matlab? -
plot GUI recordings in MATLAB ?
by AndreaUnibs ·How Can i plot the EEG text files coming from OpenBCI in matlab? -
Streaming Data direct to Matlab
by wjcroft ·The recommended approach, is to use Brainflow library from Matlab, -
Streaming Data direct to Matlab
by BCIStudent ·I have seen that LSL exists to stream data from the session in the the BCI GUI to Matlab. For the particular project I am working I'd like to limit the number of overheads and reduce the number of ste -
importing GUI recording text file to Matlab, data distortion ?
by BCIStudent ·NB: I have seen and followed the "guide" for importing data into Matlab as well. -
Which column holds the raw ECG data?
by abummu1 ·actual ECG data? I want to denoise the signal in Matlab/python, what filters (order, bandpass, etc) do you recommend, and at what sampling frequency? -
Recreating FFT Plot in Python & Negative values
by wjcroft ·Secondly, I'm looking to recreate the FFT plot and am having difficulties doing so. I've seen on here there's ways to do it in Matlab, but I have limited experience with that and already have all of m -
Recreating FFT Plot in Python & Negative values
by arielmc ·Secondly, I'm looking to recreate the FFT plot and am having difficulties doing so. I've seen on here there's ways to do it in Matlab, but I have limited experience with that and already have all of m -
How to find the record data from Ganglion
by wjcroft ·Tutorial examples for accessing via Python, Matlab, etc, -
How to find the record data from Ganglion
by musfequr ·Thank you for your kind response. It could be helpful if you can guide me on how to use raw data in python or matlab. Is there any tutorial or guidance? I am pretty lost -
Accurate data from ganglion to neuromore (without brainflow)?
by sandre ·Record data from OpenBCI -> import .txt file into matlab -> export EXG channel 1-4 as .csv -> import .csv to neuromore. -
Amplitude of Raw Output
by freqamp ·I think you're onto something. I'll look into that. I know what my matlab values are, but I wouldn't know how to get that info from the GUI -
Amplitude of Raw Output
by freqamp ·OpenBCI GUI should be µV, matlab will be the same. But I don't know if the raw output from the GUI adjusts for the reference data. It must not as how could I get -7.23 for example. -
Amplitude of Raw Output
by Billh ·Do you know the units of the input data for OpenBCI and for Matlab then?? -
Amplitude of Raw Output
by freqamp ·According to the matlab forums the fft absolute amplitude should be in the same units as the input data. So I don't know what's going on. Perhaps it's my code, although, I followed the matlab fft exam