User Tools

Site Tools


visual3d:documentation:pipeline:expressions:intersection_functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:expressions:intersection_functions [2025/01/24 20:38] wikisysopvisual3d:documentation:pipeline:expressions:intersection_functions [2025/01/27 20:25] (current) wikisysop
Line 310: Line 310:
 ; ;
 </code> </code>
 +
 +==== Extrapolated_COG ====
 +**EXTRAPOLATED_COG**(Signal,Signal,Model Metric)
 +
 +  * Computes the extrapolated COG or the [[https://www.sciencedirect.com/science/article/abs/pii/S0021929004001642?via%3Dihub|'extrapolated center of mass position']] using the following equation:
 +  * xCoM = CoM + vCoM/sqrt(g/l)
 +  * Expression requires three inputs:
 +    * The first signal input is considered as the CoM position,
 +    * second input is considered the velocity of the CoM,
 +    * and the third input is the leg length of the model.
 +
 +Example: Deriving the extrapolated CoM
 +<code>
 +Evaluate_Expression
 +/EXPRESSION=EXTRAPOLATED_COG(CURRENT_SIGNAL,MODEL::METRIC::LEG_LENGTH)
 +/SIGNAL_TYPES=LINK_MODEL_BASED+LINK_MODEL_BASED
 +/SIGNAL_FOLDER=ORIGINAL+ORIGINAL
 +/SIGNAL_NAMES=COG+COG_VELOCITY
 +! /RESULT_TYPES=DERIVED
 +/RESULT_FOLDERS=BASE_OF_SUPPORT
 +/RESULT_NAME=XCOG
 +! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=FALSE
 +;
 +</code>
 +==== Margin_Of_Stability ====
 +
 +
visual3d/documentation/pipeline/expressions/intersection_functions.1737751102.txt.gz · Last modified: 2025/01/24 20:38 by wikisysop