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/27 20:18] wikisysopvisual3d:documentation:pipeline:expressions:intersection_functions [2025/01/27 20:25] (current) wikisysop
Line 312: Line 312:
  
 ==== Extrapolated_COG ==== ==== Extrapolated_COG ====
-**EXTRAPOLATED_COG**(Signal,Signal)+**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:   * 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) [3]+  * 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> <code>
 Evaluate_Expression Evaluate_Expression
Line 329: Line 335:
 </code> </code>
 ==== Margin_Of_Stability ==== ==== Margin_Of_Stability ====
 +
 +
visual3d/documentation/pipeline/expressions/intersection_functions.1738009114.txt.gz · Last modified: 2025/01/27 20:18 by wikisysop