User Tools

Site Tools


visual3d:documentation:pipeline:signal_commands:second_derivative

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
visual3d:documentation:pipeline:signal_commands:second_derivative [2024/06/14 17:30] – created sgrangervisual3d:documentation:pipeline:signal_commands:second_derivative [2024/10/30 14:10] (current) – [Second Derivative] wikisysop
Line 1: Line 1:
-|**Language:**|** English**  • [[index.php?title=Second_Derivative/fr&action=edit&redlink=1|français]] • [[index.php?title=Second_Derivative/it&action=edit&redlink=1|italiano]] • [[Second_Derivative/pt|português]] • [[index.php?title=Second_Derivative/es&action=edit&redlink=1|español]] ****| +====== Second Derivative ======
- +
-|===== Contents =====\\ \\ \\ \\ * [[#Calculation_Method|1 Calculation Method]]\\ * [[#Example:_Acceleration_of_the_Center_of_Mass|2 Example: Acceleration of the Center of Mass]]|+
  
 Compute the second derivative at each point of a signal. Compute the second derivative at each point of a signal.
Line 7: Line 5:
 The command can be edited via text editor or via a dialog. The details on the command and the dialog are found below: The command can be edited via text editor or via a dialog. The details on the command and the dialog are found below:
  
-|[[File:Second_Derivative.png|{{/images/thumb/1/14/Second_Derivative.png/400px-Second_Derivative.png?400x275|caption}}]]  |\\ \\ \\ <code>\\ Second_Derivative\\ /Signal_Types=The type of signal to be evaluated\\ /Signal_Names=The name of the signal to be evaluated\\ /Signal_Folder=The name of the signal folder\\ /Result_Types=  The type of the resulting signal\\ /Result_Name= The name of the resulting signal \\ /Result_Folder= The name of the resulting folder \\ /Result_Suffix= The result is given the same name as the original signal with the suffix added\\ </code>  |+{{:Second_Derivative.png}} 
 +<code> 
 +Second_Derivative 
 +/Signal_Types=The type of signal to be evaluated 
 +/Signal_Names=The name of the signal to be evaluated 
 +/Signal_Folder=The name of the signal folder 
 +/Result_Types= The type of the resulting signal 
 +/Result_Name= The name of the resulting signal 
 +/Result_Folder= The name of the resulting folder 
 +/Result_Suffix= The result is given the same name as the original signal with the suffix added 
 +</code>
  
 The first and last data points become DATA_NOT_FOUND (identified in the C3D file as a POINT Reliability value of –1). The first and last data points become DATA_NOT_FOUND (identified in the C3D file as a POINT Reliability value of –1).
  
-===== Calculation Method =====+==== Calculation Method ====
  
 Derivatives are calculated using Finite Difference Algorithms. Derivatives are calculated using Finite Difference Algorithms.
Line 21: Line 29:
  
 xDDot(ti)= (x(ti+1)-2x(ti)+x(ti-1))/( (ti+1)-(ti) )^2 xDDot(ti)= (x(ti+1)-2x(ti)+x(ti-1))/( (ti+1)-(ti) )^2
-===== Example: Acceleration of the Center of Mass =====+==== Example: Acceleration of the Center of Mass ====
  
 The Second_Derivative command is useful for calculating the acceleration of targets, landmarks, etc., since acceleration is the second derivative of position. The following example calculates the acceleration of the center of mass by using the Second_Derivative command. The Second_Derivative command is useful for calculating the acceleration of targets, landmarks, etc., since acceleration is the second derivative of position. The following example calculates the acceleration of the center of mass by using the Second_Derivative command.
Line 57: Line 65:
 </code> </code>
  
- 
-Retrieved from "" 
  
  
visual3d/documentation/pipeline/signal_commands/second_derivative.1718386227.txt.gz · Last modified: 2024/06/14 17:30 by sgranger