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
extractLoadShapeFeatures.cpp File Reference

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 Documentation

function extractGreaterThanCount ( in  loadShapes,
in  threshold 
)
function extractLoadShapeFeatures ( in  loadShapes,
in  featureName,
in  parameter 
)

Determines load shape features.

Parameters
loadShapesMxN matrix of M load shapes of N elements.
featureNameString name of the feature to extract. Can be
  • FFT magnitude
  • Peak values
  • Peak duration (hours above some threshold)
  • width of Peaks
  • Wavelets
  • Others
parameterOptional parameter that can can be supplied for some featureName inputs (e.g. 'greaterthancount').
Return values
loadShapeFeatures
function extractPeakCount ( in  loadShapes)
function extractSum ( in  loadShapes)
function extractSumSqr ( in  loadShapes)