Search found 645 matches

by yrenard
Wed Oct 14, 2009 3:24 pm
Forum: Boxes
Topic: spatial filter
Replies: 7
Views: 9047

Re: spatial filter

Iuri, you're right, those coefficients aren't stored in the GDF file. They are part of the signal processing pipeline we used for motor movement imagination (the GDF file only contains signal, no signal processing there). Such coefficients could be learned or optimized offline from previously record...
by yrenard
Wed Oct 14, 2009 12:42 pm
Forum: Boxes
Topic: spatial filter
Replies: 7
Views: 9047

Re: spatial filter

iuri,

as I was writing my last message, I realized that the documentation for the spatial filter was almost empty so I used our discussion to update this documentation. You can see it on the spatial filter dedicated page. I'm waiting for your feedback :)

Best regards,
Yann
by yrenard
Wed Oct 14, 2009 12:23 pm
Forum: Acquisition server and drivers
Topic: drivers for TMSI/Nexus using Bluetooth
Replies: 1
Views: 3128

Re: drivers for TMSI/Nexus using Bluetooth

mcongedo,

do you have a specific need for a bluetooth support on the TMSI porti 32 / Nexus32 ?

We have such hardware here so if you have urgent need on this feature, I can give it a try (I don't know python very well, but I guess I can translate this code to C++ ;) )

Yann
by yrenard
Wed Oct 14, 2009 12:16 pm
Forum: Designer
Topic: Sample scenarios
Replies: 32
Views: 36711

Re: Sample scenarios

No problem, I'm happy that it's working
by yrenard
Wed Oct 14, 2009 12:14 pm
Forum: Boxes
Topic: spatial filter
Replies: 7
Views: 9047

Re: spatial filter

Iuri, the spatial filter generates a number of output channels from another number of input channels, each output channel being a linear combination of the input channels. For example, lets say ICj is the j th input channel, OCk is the k th output channel, and Sjk is the coefficient for the j th inp...
by yrenard
Tue Oct 13, 2009 8:16 am
Forum: Designer
Topic: Sample scenarios
Replies: 32
Views: 36711

Re: Sample scenarios

EEGHelp, I don't understand what you want to say here.

Yann
by yrenard
Tue Oct 13, 2009 8:15 am
Forum: Help for building the software
Topic: problem with installation
Replies: 3
Views: 4639

Re: problem with installation

Enjoy ;)
by yrenard
Mon Oct 12, 2009 9:14 am
Forum: Help for building the software
Topic: problem with installation
Replies: 3
Views: 4639

Re: problem with installation

Hello _In_, thank you for your interest in OpenViBE and welcome on this forum, It looks like you don't have gtk development files installed. The ./linux-install_dependencies script should have compiled a version of this library but it looks like it did not. What linux distro are you using ? (after s...
by yrenard
Mon Oct 12, 2009 9:06 am
Forum: Designer
Topic: Sample scenarios
Replies: 32
Views: 36711

Re: Sample scenarios

As you can see, the GDF file reader complains about an invalid GDF file. Either the file is not present, or the file has been corrupted in someway. Can you configure this box to test with another GDF file ? You should be able to find a sample GDF file in the openvibe-scenarios

Best regards,
Yann
by yrenard
Fri Oct 09, 2009 1:59 pm
Forum: Designer
Topic: Sample scenarios
Replies: 32
Views: 36711

Re: Sample scenarios

Hello EEGHelp,

Did you actually press the "run" button on this screenshot ?

Yann
by yrenard
Fri Oct 09, 2009 1:57 pm
Forum: Discussion about OpenViBE
Topic: openvibe scenarios
Replies: 1
Views: 3117

Re: openvibe scenarios

Hello Iuri, congratulations for your efforts ! The openvibe repository is divided in several projects, each project corresponding to a specific part of the software. I guess you are looking for the box codes. This can be found in the openvibe-plugins subfolder and is again divided in several categor...
by yrenard
Wed Oct 07, 2009 7:30 am
Forum: Designer
Topic: Sample scenarios
Replies: 32
Views: 36711

Re: Sample scenarios

Hello EEGHelp,

what does your console say ? Are there any warning about file not found or something like this ?

Best regards,
Yann
by yrenard
Thu Sep 24, 2009 9:17 am
Forum: Boxes
Topic: read/display audio files
Replies: 3
Views: 22055

Re: read/display audio files

Hello, this box is for playing a sound file when a specific stimulation occurs. The implementation of this box has been done "quick & dirty" : no windows implementation, and linux implementation simply cat s the file on /dev/dsp . Now that you know those limitations, you can understand that this box...
by yrenard
Tue Sep 22, 2009 9:53 am
Forum: Boxes
Topic: read/display audio files
Replies: 3
Views: 22055

Re: read/display audio files

Hello mswynghedauw and welcome on this board, thank you for your interest in OpenViBE. There is no audio playback functionality in OpenViBE yet... There is no such correlation computation either. I guess that reading a sound file based on some well chosen dependencies could be straight forward, resu...
by yrenard
Mon Sep 21, 2009 9:56 am
Forum: Discussion about OpenViBE
Topic: QEEG Analysis for future development?
Replies: 4
Views: 13165

Re: QEEG Analysis for future development?

Hello and welcome on this board ! Sorry for late reply, I didn't see your post until this morning ! I don't know what QQEG means. However, averaging over time already exists in OpenViBE (see the epoch average box). You could use several of this box with corresponding filtering and 2D Topography map ...