Padaco
1.6
Toolbox for interpreting Actigraph accelerometer data collected from children in order to better understand their physical activity and sleep patterns with the intent of reducing obesity and improving their overall health.
|
Functions | |
function | extractLoadShapeFeatures (in loadShapes, in featureName, in parameter) |
Determines load shape features. More... | |
function | extractGreaterThanCount (in loadShapes, in threshold) |
function | extractSum (in loadShapes) |
function | extractSumSqr (in loadShapes) |
function | extractPeakCount (in loadShapes) |
function extractGreaterThanCount | ( | in | loadShapes, |
in | threshold | ||
) |
function extractLoadShapeFeatures | ( | in | loadShapes, |
in | featureName, | ||
in | parameter | ||
) |
Determines load shape features.
loadShapes | MxN matrix of M load shapes of N elements. |
featureName | String name of the feature to extract. Can be
|
parameter | Optional parameter that can can be supplied for some featureName inputs (e.g. 'greaterthancount'). |
loadShapeFeatures |
function extractPeakCount | ( | in | loadShapes | ) |
function extractSum | ( | in | loadShapes | ) |
function extractSumSqr | ( | in | loadShapes | ) |