Skip to content
BenSower edited this page Nov 17, 2011 · 1 revision

What is this?

The activity-intensity project is ment to be an application for the analysis of the level of intensity in any given 3D-acceleration data.

What do I need to start using it?

Just pull the source files and work with the mainfiles.Algorithm.java in which you'll find further instructions on how to use the different options and configurations.

To generate a simple intensity graph provide an input- and output-path for your files (input must be given in *.csv format, both parameters can also be provided as console-args), and choose intens.generateGraph(0,outputPath);. (0 specifies the algorithm to be used for calculating the intensity)

Clone this wiki locally