Page 1 of 1

Editing an already existing box

Posted: Fri Mar 12, 2021 1:16 pm
by JelenaJ
Hello,
I am currently trying to get an average value and standard deviation of a streamed signal. Not just a chunk of it, but the whole signal. I found a box that gives some basic statistical values - minimum, maximum and mean, so this solves half of my problem :D . The mentioned box is called General Statistics Generator - http://openvibe.inria.fr/documentation/ ... rator.html.

My question is if I can edit an already existing box without using the source code and building openvibe from it? I already tried this method and I sadly cannot solve the issue on my PC regarding some libraries that are necessary for building it. I edited the .cpp file so that instead of the minimum value it outputs the std.
Also, if there is a box or solution for calculating the standard deviation value inside of openvibe for the whole streamed signal, please do share! I just can't seem to find it.

Thank you all!