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
visual3d:documentation:pipeline:model_based_data_commands:seg_velocity [2024/09/25 07:08] – Created page. wikisysopvisual3d:documentation:pipeline:model_based_data_commands:seg_velocity [2024/11/11 14:05] (current) wikisysop
Line 6: Line 6:
  
 {{:segvelocitydlg.jpg}}  {{: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.1727248136.txt.gz · Last modified: 2024/09/25 07:08 by wikisysop