Master Thesis Code
by Simon Moser
Loading...
Searching...
No Matches
calculate_gait_parameters.m File Reference

Go to the source code of this file.

Functions

function calculate_gait_parameters (in basepath, in ptp, in options)
 calculates gait parameters from the processed data
 

Function Documentation

◆ calculate_gait_parameters()

function calculate_gait_parameters ( in basepath,
in ptp,
in options )

calculates gait parameters from the processed data

this function calculates the gait parameters from the processed data. the gait parameters are calculated for each trial and then combined over all trials. the gait parameters are:

  • stride length
  • step length
  • step width
Parameters
basepath(string) the basepath of the data, e.g. "D:/ETH_Data/"
ptp(string) the participant to process, e.g. "SonE_01"
optionsthe options for the processing:
  • RECALCULATE: (logical) recalculate the gait parameters even if they are already calculated
Return values
none