-
Thank you for your wonderful work! It can help me get raw data from EPOC X. But through observing waveform, I found these data may not correct EEG data. This phenomenon may be caused by incorrect deco…
-
Hello, I really admire the work you have done, and I‘m about to use the project you have developed.
I found that the device I bought was EPOC X, which is the unsupported version you marked in the doc…
-
x-ref https://github.com/EPOC-NZ/JADE.jl/issues/12#issuecomment-1347934588
We essentially have a customized CSV reader:
https://github.com/EPOC-NZ/JADE.jl/blob/b705880bfb472cb433c385b95d23f78240…
-
In the long run, it would make sense for the compiler to be replaced by one that is somewhat more up-to-date.
This would also be interesting for development on *nix-based operating systems.
The la…
-
Hi, I'm using Emotiv epoc+ for my university project and im trying to collect the raw data, but the accelerometers (X and Y) data is 0 every time (and also the quality sensor). ¿Any idea that is occur…
-
As the EPOC+ provides X, Y, and Z-values, it would be cool to have all three values.
At this point the Z-value shows a ``?`` as value.
-
```
self.is_research = True
model = 1
k = ['\0'] * 16
if model == 1:
k[0] = sn[-1]
k[1] = '\0'
k[2] = sn[-2]
…
-
mldl@mldlUB1604:~/ub16_prj/bci-challenge-ner-2015/preproc$ python preproc.py
../data/train/Data_S02_Sess01.csv
Traceback (most recent call last):
File "preproc.py", line 60, in
X.append(sig…
-
There is a message about the successful emotiv sdk libraries loading in the logs, but in the settings everything is empty and there is no signal and any information about the device: wireless quality …
Tolsi updated
5 years ago
-
I've been worked emokit library with Python, but whe I ran example.py code, the gyro signals are 0 all the time.
How can I solve this problem?
Help! Thank you.