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/12 14:00] – created sgranger | visual3d:documentation:kinematics_and_kinetics:external_forces:force_platforms [2024/12/02 15:43] (current) – wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
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 15: | Line 15: | ||
The Ground Reaction Force is represented by 3 vectors: Force, Center of Pressure, and Free Moment. These Ground Reaction Force vectors are computed from the ANALOG signals recorded from the force platform, with the calculations performed as specified by the force platform manufacturer, | The Ground Reaction Force is represented by 3 vectors: Force, Center of Pressure, and Free Moment. These Ground Reaction Force vectors are computed from the ANALOG signals recorded from the force platform, with the calculations performed as specified by the force platform manufacturer, | ||
- | {{Visual3D_Force_Signal_Calculations.png}} | + | {{:Visual3D_Force_Signal_Calculations.png}} |
==== Filtering Force Signals ==== | ==== Filtering Force Signals ==== | ||
Line 23: | Line 23: | ||
1. Filter the ANALOG signals and select the option to use PROCESSED ANALOGS. In this case you will not need to filter the resulting FORCE, COFP, and FREEMOMENT signals. | 1. Filter the ANALOG signals and select the option to use PROCESSED ANALOGS. In this case you will not need to filter the resulting FORCE, COFP, and FREEMOMENT signals. | ||
- | {{Visual3D_Filtering_Analog_Force_Signals.png}} | + | {{:Visual3D_Filtering_Analog_Force_Signals.png}} |
In order to use PROCESSED ANALOGS, verify in the settings menu that the option **Use Processed Anglogs for Ground Reaction Force Calculations** is checked. If this is the case, then Visual3D will calculate the FORCE, COFP, and FREEMOMENT signals using the signals found in ANALOG:: | In order to use PROCESSED ANALOGS, verify in the settings menu that the option **Use Processed Anglogs for Ground Reaction Force Calculations** is checked. If this is the case, then Visual3D will calculate the FORCE, COFP, and FREEMOMENT signals using the signals found in ANALOG:: | ||
Line 29: | Line 29: | ||
2. Filter the FORCE signals directly. In this case you should also filter the COFP and FREEMOMENT signals. | 2. Filter the FORCE signals directly. In this case you should also filter the COFP and FREEMOMENT signals. | ||
- | {{Visual3D_Filtering_Force_Signals.png}} | + | {{:Visual3D_Filtering_Force_Signals.png}} |
In order to use these PROCESSED signals, verify in the settings menu that the option **Use Processed Targets for Model/ | In order to use these PROCESSED signals, verify in the settings menu that the option **Use Processed Targets for Model/ | ||
Line 37: | Line 37: | ||
Visual3D' | Visual3D' | ||
- | {{MinimumForceMenu.jpg}} | + | {{:MinimumForceMenu.jpg}} |
Applying a threshold value to the force signals ensures that If the computed force is less than the minimum force, then the FORCE and FREEMOMENT are set to zero, the COFP is set to [[Visual3D: | Applying a threshold value to the force signals ensures that If the computed force is less than the minimum force, then the FORCE and FREEMOMENT are set to zero, the COFP is set to [[Visual3D: | ||
- | {{MinimumForceDlg.jpg}} | + | {{:MinimumForceDlg.jpg}} |
==== Force Assignment ==== | ==== Force Assignment ==== | ||
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.1720792840.txt.gz · Last modified: 2024/07/12 14:00 by sgranger