visual3d:documentation:pipeline:signal_commands:first_derivative_of_a_signal
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:first_derivative_of_a_signal [2024/07/12 13:31] – removed sgranger | visual3d:documentation:pipeline:signal_commands:first_derivative_of_a_signal [2024/12/21 12:48] (current) – wikisysop | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== First Derivative of a Signal ====== | ||
| + | |||
| + | See also: [[visual3d: | ||
| + | |||
| + | || | ||
| + | |||
| + | |{{: | ||
| + | |**/ | ||
| + | |**/ | ||
| + | |**/ | ||
| + | |||
| + | Compute the first derivative at each point of a signal. The first and last data points become DATA_NOT_FOUND (identified in the C3D file as a POINT Reliability value of & | ||
| + | |||
| + | Derivatives are calculated using Finite Difference Algorithms. | ||
| + | |||
| + | Given the signal: | ||
| + | |||
| + | x(ti) for i=1, 2, ..., n | ||
| + | The first derivative is calculated using: | ||
| + | xDot(ti)= (x(ti+1)-x(ti-1))/ | ||
| + | |||
visual3d/documentation/pipeline/signal_commands/first_derivative_of_a_signal.1720791084.txt.gz · Last modified: by sgranger
