Home > biomechZoo > Toolbox > Gait > bmech_forceplate2limbside.m

bmech_forceplate2limbside

PURPOSE ^

BMECH_FORCEPLATE2LIMBSIDE(fld,ch,thresh,ref) determines which limb (right

SYNOPSIS ^

function bmech_forceplate2limbside(fld,ch,thresh,ref)

DESCRIPTION ^

 BMECH_FORCEPLATE2LIMBSIDE(fld,ch,thresh,ref) determines which limb (right
 or left) made contact with force plate n using marker data.

 ARGUMENTS
  fld      ...   Folder of data to operate on
  ch       ...   name of force plate channels used in algorithm. Default ForceFz
  thresh   ...   threshold for detecting gait event. Default 20 N (as in Vicon)
  ref      ...   Reference frame for ground reaction force data (body, ground). If
                 body use ref = -1 (GRF peak is negative), if plate use ref = 1 (GRF
                 peak is positive).Default ref = -1;

 NOTES
 - Information is stored in data.zoosystem.Analog.FPlates.LIMBSIDES

 See also forceplate2limbside_data,ZeniEventDetect

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005