Package-level declarations

Types

Link copied to clipboard
data class EstimatedFootEvents(val initialContacts: SincMatrix, val isLeftIC: SincMatrix, val finalContacts: SincMatrix)
Link copied to clipboard
data class EstimatedGaitOutcomes(val symIndex: Double, val stepLengths: SincMatrix, val leftStepLengths: SincMatrix, val rightStepLengths: SincMatrix, val stepTimes: SincMatrix, val leftStepTimes: SincMatrix, val rightStepTimes: SincMatrix)
Link copied to clipboard
data class EstimatedGaitSymIndex(val value: Double, val tStride: Double)
Link copied to clipboard
data class EstimatedPosturalStability(val stabilityR: Double, val stabilityML: Double, val stabilityAP: Double)
Link copied to clipboard
data class EstimatedStepLengths(val stepLengths: SincMatrix, val leftStepLengths: SincMatrix, val rightStepLengths: SincMatrix, val distance: Double)

Functions

Link copied to clipboard
fun estimateFootEvents(aVert: SincMatrix, gAP: SincMatrix, fs: Double): EstimatedFootEvents
Link copied to clipboard
fun estimateGaitOutcomes(accelMLxAPxVert: SincMatrix, gyroAboutAP: SincMatrix, fs: Double, personHeight: Double): EstimatedGaitOutcomes
Link copied to clipboard
fun estimateGaitSymIndex(accelMLxAPxVert: SincMatrix, fs: Double): EstimatedGaitSymIndex
Link copied to clipboard
fun estimatePosturalStability(accelMLxAPxVert: SincMatrix): EstimatedPosturalStability
Link copied to clipboard
fun estimateStepLengths(aVert: SincMatrix, halfOfHeight: Double, footLength: Double, fs: Double, tStride: Int, initialContacts: SincMatrix, isLeftIC: SincMatrix): EstimatedStepLengths