"Time based epoching" developed code

Post Reply
ammaia
Posts: 11
Joined: Tue Dec 04, 2012 12:15 pm

"Time based epoching" developed code

Post by ammaia »

To understand clearly the process inside each modules (for example: "Time based epoching") is it possible to read the developed code?

Regards
Pedro

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

Re: "Time based epoching" developed code

Post by jtlindgren »

You can download the OpenViBE source code archive from the download page. With a bit of digging into the folder structure, you should find the code of the box you're interested in. Usually the box name or something very much like it is part of the code filename.

The box you mention is in './plugins/processing/signal-processing/src/box-algorithms/ovpCTimeBasedEpoching.cpp' (+ the corresp. .h file)


Cheers,
Jussi

Post Reply