Page 1 of 1

CSP Spatial Filter Trainer - Algorithm implementation

Posted: Tue Sep 22, 2015 7:52 pm
by Ramiro
Hi,
Can I have access to the code of the algorithm implemented in the box "CSP Trainer Spatial Filter"?
Because I want to know exactly how it works and make modifications if necessary.

Surfing on the internet I found this file:
https://github.com/antoche/openvibe/blo ... rainer.cpp

Is this the code that is currently implemented? I have installed version 1.0.1 of OpenViBE.

Thank you.

Regards

Re: CSP Spatial Filter Trainer - Algorithm implementation

Posted: Thu Sep 24, 2015 9:16 am
by jtlindgren
Hi Ramiro, the link you mention is some third-party fork of an old version of OpenViBE.

The official openvibe source code for the current and previous versions can be obtained via the following page,

http://openvibe.inria.fr/downloads/

In the next release (due very soon) we will have a regularized version of CSP which might be of interest to you. At the moment its only in the 'integration-1.1' git branch,

https://scm.gforge.inria.fr/anonscm/git ... ration-1.1


Happy hacking,
Jussi

Re: CSP Spatial Filter Trainer - Algorithm implementation

Posted: Thu Oct 01, 2015 3:34 pm
by Ramiro
Hi, thanks for reply.

One more question: Is this version working properly? That is, Could I download the 'integration-1.1' git branch, build the software and use the regularized version of CSP smoothly?

Regards

Re: CSP Spatial Filter Trainer - Algorithm implementation

Posted: Fri Oct 02, 2015 2:51 pm
by jtlindgren
Probably not worth the trouble, the actual release should be due today. The new CSP included.


Jussi

Re: CSP Spatial Filter Trainer - Algorithm implementation

Posted: Mon Nov 30, 2015 2:20 pm
by Ramiro
Hello, do you have the algorithm implemented in Matlab?

Because I have tried the BioSig version: "csp.m" (without regularized) and I have gotten different spatial filters from the version of OpenViBE: "CSP Trainer Spatial Filter" (without regularized).

In case you do not have this algorithm implemented, do you know an algorithm already implemented in Matlab which is more similar to the "CSP Trainer Spatial Filter" version than the BioSig one?

Thanks in advance

Regards