User Tools

Site Tools


visual3d:documentation:pipeline:model_based_data_commands:seg_velocity

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:model_based_data_commands:seg_velocity [2024/07/16 16:59] – removed sgrangervisual3d:documentation:pipeline:model_based_data_commands:seg_velocity [2024/11/11 14:05] (current) wikisysop
Line 1: Line 1:
 +===== SEG VELOCITY =====
 +
 +This model-based item represents the velocity of the specified segment's center of mass.
 +
 +For example, you can compute the velocity of the left foot relative to the left shank and resolve the resulting signal into the lab's coordinate system.
 +
 +{{:segvelocitydlg.jpg}} 
 +
 +Derivatives are calculated using Finite Difference Algorithms.
 +
 +<code>
 +Given the signal:
 +x(ti) for i=1, 2, ..., n
 +
 +The first derivative is calculated using:
 +xDot(ti)= (x(ti+1)-x(ti-1))/( (ti+1)-(ti-1) )
 +</code>
  
visual3d/documentation/pipeline/model_based_data_commands/seg_velocity.1721149170.txt.gz · Last modified: 2024/07/16 16:59 by sgranger