User Tools

Site Tools


visual3d:documentation:pipeline:metric_commands:metric_integrate

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:metric_commands:metric_integrate [2024/07/12 13:30] – removed sgrangervisual3d:documentation:pipeline:metric_commands:metric_integrate [2024/08/28 13:31] (current) – [Command] wikisysop
Line 1: Line 1:
 +====== Metric Integrate ======
 +
 +===== Introduction =====
 +
 +Integrate a signal between events using the trapezoidal rule.
 +
 +http://en.wikipedia.org/wiki/Trapezoidal_rule
 +
 +The integral between two frames += ( (ValueAtFrame1+ValueAtFrame2)*DeltaT / 2 )
 +
 +where T= time between frames
 +===== Command =====
 +
 +Metric_Integrate = Sum of the integral for all frames in the range.
 +
 +
 +<code>
 +Metric_Integrate
 +/RESULT_METRIC_NAME=
 +/APPLY_AS_SUFFIX_TO_SIGNAL_NAME=FALSE
 +! /RESULT_METRIC_FOLDER=PROCESSED
 +/SIGNAL_TYPES=
 +! /SIGNAL_NAMES=
 +/SIGNAL_FOLDER=
 +! /SIGNAL_COMPONENTS=ALL_COMPONENTS
 +/EVENT_SEQUENCE=
 +/EXCLUDE_EVENTS=
 +/GENERATE_MEAN_AND_STDDEV=FALSE
 +! /APPEND_TO_EXISTING_VALUES=FALSE
 +
 +</code>  
 +
 + {{:Metric_Integrate_Dlg.jpg}}|
 +
 +===== Example =====
 +
 +  * [[Visual3D:Documentation:Pipeline:Signal_Commands:Impulse|Impulse]]
 +  * [[Visual3D:Documentation:Pipeline:Model_Based_Data_Commands:Joint_Work|Joint_Work]]
 +
 +\\
 +**NOTE:** When using the Metric_Integrate dialog box, don't forget to Import the desired signals.
 +
 +
  
visual3d/documentation/pipeline/metric_commands/metric_integrate.1720791011.txt.gz · Last modified: 2024/07/12 13:30 by sgranger