visual3d:documentation:pipeline:signal_commands:second_derivative
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:signal_commands:second_derivative [2024/06/19 12:53] – sgranger | visual3d:documentation:pipeline:signal_commands:second_derivative [2024/10/30 14:10] (current) – [Second Derivative] wikisysop | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{compute the second derivative at each point of a signal. | + | ====== Second Derivative ====== |
- | the command can be edited via text editor or via a dialog. the details on the command and the dialog are found below: | + | Compute |
- | |second_derivative.png |\\ \\ \\ < | + | The command can be edited via text editor or via a dialog. The details on the command and the dialog are found below: |
- | the first and last data points become data_not_found (identified in the c3d file as a point reliability value of –1). | + | {{: |
+ | < | ||
+ | Second_Derivative | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | </ | ||
- | ===== calculation method ===== | + | The first and last data points become DATA_NOT_FOUND (identified in the C3D file as a POINT Reliability value of –1). |
- | derivatives are calculated using finite difference algorithms. | + | ==== Calculation Method ==== |
- | given the signal: | + | Derivatives are calculated using Finite Difference Algorithms. |
+ | |||
+ | Given the signal: | ||
x(ti) for i=1, 2, ..., n | x(ti) for i=1, 2, ..., n | ||
- | the second derivative is calculated using: | + | The second derivative is calculated using: |
- | xddot(ti)= (x(ti+1)-2x(ti)+x(ti-1))/ | + | xDDot(ti)= (x(ti+1)-2x(ti)+x(ti-1))/ |
- | ===== example: acceleration | + | ==== Example: Acceleration |
- | the second_derivative | + | The Second_Derivative |
< | < | ||
- | ! given a signal representing the center of mass's position as follows: | + | ! Given a signal representing the center of mass's position as follows: |
- | compute_model_based_data | + | Compute_Model_Based_Data |
- | /result_name=com | + | /RESULT_NAME=COM |
- | /function=model_cog | + | /FUNCTION=MODEL_COG |
- | /segment= | + | /SEGMENT= |
- | /reference_segment= | + | /REFERENCE_SEGMENT= |
- | ! /resolution_coordinate_system=lab | + | ! /RESOLUTION_COORDINATE_SYSTEM=LAB |
- | ! /use_cardan_sequence=false | + | ! /USE_CARDAN_SEQUENCE=FALSE |
- | ! /normalization=false | + | ! /NORMALIZATION=FALSE |
- | ! /normalization_method= | + | ! /NORMALIZATION_METHOD= |
- | ! /normalization_metric= | + | ! /NORMALIZATION_METRIC= |
- | ! /negatex=false | + | ! /NEGATEX=FALSE |
- | ! /negatey=false | + | ! /NEGATEY=FALSE |
- | ! /negatez=false | + | ! /NEGATEZ=FALSE |
- | ! /axis1=x | + | ! /AXIS1=X |
- | ! /axis2=y | + | ! /AXIS2=Y |
- | ! /axis3=z | + | ! /AXIS3=Z |
; | ; | ||
- | ! the acceleration of the center of mass can be computed as follows: | + | ! The acceleration of the center of mass can be computed as follows: |
- | second_derivative | + | Second_Derivative |
- | /signal_types=link_model_based | + | /SIGNAL_TYPES=LINK_MODEL_BASED |
- | /signal_names=com | + | /SIGNAL_NAMES=COM |
- | ! /signal_folder=original | + | ! /SIGNAL_FOLDER=ORIGINAL |
- | /result_names=com_acceleration | + | /RESULT_NAMES=COM_ACCELERATION |
- | /result_types=link_model_based | + | /RESULT_TYPES=LINK_MODEL_BASED |
- | /result_folder=acceleration | + | /RESULT_FOLDER=ACCELERATION |
- | ! /result_suffix= | + | ! /RESULT_SUFFIX= |
; | ; | ||
</ | </ | ||
- | }} | + |
visual3d/documentation/pipeline/signal_commands/second_derivative.1718801601.txt.gz · Last modified: 2024/06/19 12:53 by sgranger