visual3d:documentation:kinematics_and_kinetics:external_forces:force_platforms
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:kinematics_and_kinetics:external_forces:force_platforms [2024/07/17 15:45] – created sgranger | visual3d:documentation:kinematics_and_kinetics:external_forces:force_platforms [2024/12/02 15:43] (current) – wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Force Platforms ====== | + | ====== Force Platforms |
Note: This page addresses the representation of external forces and how these forces are included in the inverse dynamics calculations. If you are searching for the computation of Forces and Moments, see the section on [[Visual3D: | Note: This page addresses the representation of external forces and how these forces are included in the inverse dynamics calculations. If you are searching for the computation of Forces and Moments, see the section on [[Visual3D: | ||
Line 66: | Line 66: | ||
- [[Visual3D: | - [[Visual3D: | ||
- [[Visual3D: | - [[Visual3D: | ||
+ | |||
+ | Force platform data is perhaps the most confusing aspect of the C3D file format. All of the force platform parameters required for the type of force platform being used must be defined correctly. Some of the parameters are specified by the Force Platform manufacturer; | ||
+ | |||
+ | **Important: | ||
+ | |||
+ | ==== C3D Channels ==== | ||
+ | |||
+ | The number of channels associated with a force platform and the information carried by each channel varies with the force platform manufacturer (usually represented as a force platform [[Visual3D: | ||
+ | |||
+ | | [[visual3d: | ||
+ | |||
+ | ==== Computing Force, COP, and Free Moment ==== | ||
+ | |||
+ | The force signals of interest for our kinetic analysis are the [[visual3d: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Although each force platform type records different information in its different channels, the process for converting the original recorded analog signals into the desired force signals follows the same common steps: | ||
+ | - Compute baselines | ||
+ | - Subtract baselines from original signals | ||
+ | - Pre-multiply by the calibration matrix (if applicable) | ||
+ | - Calculate the Ground Reaction Force | ||
+ | - Apply a threshold | ||
+ | - Transform data to the Laboratory Coordinate System | ||
+ | |||
+ | == Compute Baselines == | ||
+ | |||
+ | The [[Visual3D: | ||
+ | |||
+ | **Note:** most of the manufacturers arbitrarily set the range to be the first 10 frames of the trial. If the force platform is loaded during these first 10 frames, then **the ground reaction force signals will be incorrect**. If this is the case, then the user should either set the frames to 0,0 so that no baseline is subtracted, or should select frames in which the force platform is unloaded. | ||
+ | |||
+ | == Subtract Baselines == | ||
+ | |||
+ | The baseline value for each ANALOG channel represents the value of that channel' | ||
+ | |||
+ | < | ||
+ | [Tared Analog] = [Original Analog]-[Baseline] | ||
+ | </ | ||
+ | |||
+ | == Pre-multiply by the CalMatrix == | ||
+ | |||
+ | Several of the force platform types have a Calibration Matrix (Inverse Sensitivity Matrix) that is provided by the manufacturer. Visual3D pre-multiplies the values reported by the analog channels with this calibration matrix in order to convert the recorded analog signals from volts to the appropriate Force and/or Moment signal units. | ||
+ | |||
+ | For example, for a type 4 force platform: | ||
+ | < | ||
+ | [Converted Analog] = [Fx, Fy, Fz, Mx, My, Mz]= [CalMatrix][Tared Analog] | ||
+ | </ | ||
+ | |||
+ | **Note:** These signals are intermediate signals that are then used to compute the Ground Reaction Force. | ||
+ | |||
+ | == Calculate the Ground Reaction Force == | ||
+ | |||
+ | The Ground Reaction Force is represented by 3 vectors: Force, Centre of Pressure (COFP), and Free Moment. Each is calculated from the the appropriate analog signals. Different force platform types require different calculations for these Ground Reaction Force vectors. | ||
+ | |||
+ | For a Type 4 force platform, the force vector is equal to the intermediate force signals from the previous step. | ||
+ | |||
+ | < | ||
+ | Force[X] = Fx | ||
+ | Force[Y] = Fy | ||
+ | Force[Z] = Fz | ||
+ | </ | ||
+ | |||
+ | For a Type 4 force platform, the centre of pressure vector is computed as follows: | ||
+ | |||
+ | < | ||
+ | COP[X] = (ORIGIN[Z]*Force[X] - My) / Force[Z] | ||
+ | COP[Y] = (Mx + ORIGIN[Z]*Force[Y]) / Force[Z] | ||
+ | COP[Z] = ORIGIN[Z] | ||
+ | </ | ||
+ | |||
+ | **Note:** The [[Visual3D: | ||
+ | |||
+ | For a Type 4 force platform, the free moment vector is computed as follows: | ||
+ | |||
+ | < | ||
+ | FreeMoment[X] = 0 | ||
+ | FreeMoment[Y] = 0 | ||
+ | FreeMoment[Z] = Mz - ( COP[X]*Force[Y] - COP[Y]*Force[X] ) | ||
+ | </ | ||
+ | |||
+ | == Apply the Threshold == | ||
+ | |||
+ | The Visual3D Force Menu contains an option to set a [[Visual3D: | ||
+ | |||
+ | == Transform data to the Laboratory Coordinate System == | ||
+ | |||
+ | At this point the signals have been computed in the Force Platform Coordinate system and must be transformed into the Laboratory Coordinate System to give them meaning relative to the motion capture data. | ||
+ | |||
+ | As long as the force platform is accurately located within the lab, for example by using the [[caltester: | ||
+ | |||
==== Learn More ==== | ==== Learn More ==== |
visual3d/documentation/kinematics_and_kinetics/external_forces/force_platforms.1721231118.txt.gz · Last modified: 2024/07/17 15:45 by sgranger