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
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
Link copied to clipboard
fun estimateGaitOutcomes(accelMLxAPxVert: SincMatrix, gyroAboutAP: SincMatrix, fs: Double, personHeight: Double): EstimatedGaitOutcomes
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun estimateStepLengths(aVert: SincMatrix, halfOfHeight: Double, footLength: Double, fs: Double, tStride: Int, initialContacts: SincMatrix, isLeftIC: SincMatrix): EstimatedStepLengths