CSP Spatial Filter Trainer - Algorithm implementation

Making & changing box plugins and external apps
Post Reply
Ramiro
Posts: 8
Joined: Tue Mar 17, 2015 4:19 pm

CSP Spatial Filter Trainer - Algorithm implementation

Post 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
Last edited by Ramiro on Thu Oct 01, 2015 3:45 pm, edited 1 time in total.

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: CSP Spatial Filter Trainer - Algorithm implementation

Post 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

Ramiro
Posts: 8
Joined: Tue Mar 17, 2015 4:19 pm

Re: CSP Spatial Filter Trainer - Algorithm implementation

Post 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

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: CSP Spatial Filter Trainer - Algorithm implementation

Post by jtlindgren »

Probably not worth the trouble, the actual release should be due today. The new CSP included.


Jussi

Ramiro
Posts: 8
Joined: Tue Mar 17, 2015 4:19 pm

Re: CSP Spatial Filter Trainer - Algorithm implementation

Post 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

Post Reply