-
Notifications
You must be signed in to change notification settings - Fork 5
Basic introduction
BenSower edited this page Nov 17, 2011
·
1 revision
The activity-intensity project is ment to be an application for the analysis of the level of intensity in any given 3D-acceleration data.
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)