Search found 15 matches

by traviskv
Wed Apr 17, 2019 4:54 am
Forum: Boxes
Topic: Channel Localisation File Format
Replies: 4
Views: 4454

Re: Channel Localisation File Format

I think I understand the error now, but I still have a concern. I would like to assign new channel designations to my input signal. How can I do this? I mentioned earlier that I tried to reassign the channel designations using the OV Acquisition client, but that did not seem to work.
by traviskv
Tue Apr 16, 2019 4:31 pm
Forum: Boxes
Topic: Channel Localisation File Format
Replies: 4
Views: 4454

Re: Channel Localisation File Format

Hello, Thibaut. Thank you for replying. No, they are not the same. The incoming signal retains its Emotiv Epoc default channel labels. Can I override this? I attempted to rename the channels in OV Acquisition Server (by renaming each channel under the "Driver Properties" settings), but it did not af...
by traviskv
Tue Apr 16, 2019 5:55 am
Forum: Boxes
Topic: Channel Localisation File Format
Replies: 4
Views: 4454

Channel Localisation File Format

Hello! Could anyone explain the electrode location format? I am attempting to generate 2D topographic maps. I am using a headset that consists of an Emotiv Epoc decoder and a cap/electrode system from another company. As such, my electrode locations are different from the default Emotiv Epoc electro...
by traviskv
Sat Dec 15, 2018 7:45 pm
Forum: Box and application development
Topic: LabView Box Development
Replies: 8
Views: 14290

Re: LabView Box Development

The lines I'm using in matlab_Initialize.m: u = udp('localhost',5678) fopen(u) The line I'm using in matlab_Process.m: fwrite(u,score) These lines function perfectly fine while in MATLAB, however they do not function correctly when being accessed by OV. I believe that the object 'u' (the UDP client)...
by traviskv
Tue Dec 11, 2018 7:41 pm
Forum: Box and application development
Topic: LabView Box Development
Replies: 8
Views: 14290

Re: LabView Box Development

A MATLAB buffer error. I've attached a screenshot of it. I'm able to open a TCP client session on MATLAB, but for some reason fwrite() and write() are returning errors. Are you referencing the tutorials available online under the topic of MATLAB? This is how you establish the box output, correct? [b...
by traviskv
Tue Dec 11, 2018 2:46 am
Forum: Box and application development
Topic: LabView Box Development
Replies: 8
Views: 14290

Re: LabView Box Development

That is the conclusion I've come to, that learning to code in C++ may be a bit too much for me at this point. I am now focusing on developing in MATLAB using the "Matlab Scripting" box. I've successfully extracted the "matrix_data" variable from "Probability values" of the Classifier box. "matrix_da...
by traviskv
Fri Nov 30, 2018 6:59 am
Forum: Box and application development
Topic: LabView Box Development
Replies: 8
Views: 14290

Re: LabView Box Development

I am going to go ahead and assume I need to develop in OV v1.2.2 I am familiar with those tutorials and I am trying to follow along, however I am quite inexperienced when it comes to developing applications in C++. I've obtained MS Visual Studios 2013 Express and I am using that as my editing/compil...
by traviskv
Wed Nov 28, 2018 10:08 pm
Forum: Box and application development
Topic: LabView Box Development
Replies: 8
Views: 14290

Re: LabView Box Development

Thank you for your reply.

I am using an Emotiv headset with legacy drivers (SDK v2.0.0.20) and, to my understanding, this limits me to using OV v1.2.2

Is my understanding correct? Does this limit me to developing in OV v1.2.2?
by traviskv
Mon Nov 26, 2018 9:38 pm
Forum: Box and application development
Topic: LabView Box Development
Replies: 8
Views: 14290

LabView Box Development

Hello, all. I am using OV v1.2.2 and trying to feed classifier output data to LabView via the TCP write function in OV. As of now, raw data fed into LabView from OV results in strange string entries. I would like to be able to write a box similar to the matrix display one (in that the matrix display...
by traviskv
Fri Oct 26, 2018 1:36 am
Forum: Scenarios and BCI design
Topic: Foot motor imagery detection (neurofeedback/spaceship)
Replies: 3
Views: 4026

Re: Foot motor imagery detection (neurofeedback/spaceship)

Thank your for your continued help, Jussi. From the signal displays put in place, it seems like the data is being properly read and fed into the line of signal processing boxes. So, are you saying I could scale my signal down by some scalar factor (say 1/2 for example) before feeding it into the "x*...
by traviskv
Wed Oct 24, 2018 8:41 pm
Forum: Scenarios and BCI design
Topic: Foot motor imagery detection (neurofeedback/spaceship)
Replies: 3
Views: 4026

Foot motor imagery detection (neurofeedback/spaceship)

Hello. I am making an attempt at detecting foot motor imagery via beta rebound detection using the tie fighter demo/spaceship and neurofeedback scenarios. When I run the calibration scenario, I get a large value for the mean and variance (~150). This value should be much lower according to the work ...
by traviskv
Fri Oct 19, 2018 7:19 pm
Forum: Scenarios and BCI design
Topic: BCI Controller for Semi-Autonomous Wheelchair
Replies: 4
Views: 6823

Re: BCI Controller for Semi-Autonomous Wheelchair

Thank you for your response and input, Jussi. I'm aware of the lower data transfer issues with noninvasive EEG, but I'd like to see how far I can push it. Does the EMG/EEG combination sound more feasible than a combination of right/left hand and foot motor imagery? The idea I have in mind is to use ...
by traviskv
Fri Sep 21, 2018 9:29 pm
Forum: Scenarios and BCI design
Topic: BCI Controller for Semi-Autonomous Wheelchair
Replies: 4
Views: 6823

Re: BCI Controller for Semi-Autonomous Wheelchair

Perhaps my first post was addressing too many topics! Let me try to reduce my question to a few topics for discussion. I am designing a BCI controller for a semi-autonomous wheelchair. The current EEG cap I have uses 14 working electrodes and 2 reference. My goal is to be able to issue four commands...
by traviskv
Thu Sep 20, 2018 12:26 am
Forum: Scenarios and BCI design
Topic: BCI Controller for Semi-Autonomous Wheelchair
Replies: 4
Views: 6823

BCI Controller for Semi-Autonomous Wheelchair

Hello, all. This post is concerned with a BCI wheelchair control project. I would like to design a BCI controller for a semi-autonomous wheelchair using an Emotiv headset and OpenViBE to obtain and process signals. The features extracted and classified are sent to LabView (as the semi-autonomous fun...
by traviskv
Mon Sep 10, 2018 8:03 pm
Forum: Scenarios and BCI design
Topic: BCI Controller for Semi-Autonomous Wheelchair
Replies: 4
Views: 6823

Emotiv, OpenViBE, and semi-autonomous wheelchair

Hello, all. As the title suggests, this post is concerned with implementing a BCI controller for a semi-autonomous wheelchair using an EasyCap/Emotiv headset and OpenViBE to obtain and process signals. The features extracted and classified are sent to LabView (as the semi-autonomous functions and jo...