visual3d:documentation:pipeline:signal_commands:subtract_signals
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:subtract_signals [2024/06/19 13:39] – removed sgranger | visual3d:documentation:pipeline:signal_commands:subtract_signals [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Subtract Signals ====== | ||
+ | |||
+ | Subtract the components of the specified signals. | ||
+ | |||
+ | **Note: Signals must be at the same sampling rate. If your signals are a different rate, you can use the [[Visual3D: | ||
+ | |||
+ | The command can be edited via text editor and dialog. The details on the dialog and command are found below: | ||
+ | |||
+ | |{{: | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | ==== Examples ==== | ||
+ | |||
+ | Here you will find three examples: | ||
+ | |||
+ | === Example 1: Subtract two target signals === | ||
+ | |||
+ | < | ||
+ | !*********************************** | ||
+ | ! Distance between heel markers | ||
+ | !*********************************** | ||
+ | |||
+ | Subtract_Signals | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | === Example 2: Subtract a signal and a metric === | ||
+ | |||
+ | < | ||
+ | !****************************************************** | ||
+ | ! Take the vertical GRF, subtract the body weight, and divide the result by body mass to | ||
+ | ! get the vertical CoM acceleration | ||
+ | !****************************************************** | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | ! Add the two signals from F1 and F2 - end result is GRF for both plates | ||
+ | Add_Signals | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! Subtract the body weight in N | ||
+ | Subtract_Signals | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | ! Divide the result by body mass to get the vertical CoM acceleration | ||
+ | Divide_Signals | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | === Example 3: Subtract two metrics === | ||
+ | |||
+ | < | ||
+ | !****************************************************** | ||
+ | ! Subtract two metrics to calculate Leg length | ||
+ | !****************************************************** | ||
+ | ! Mean for Left Medial Ankle Standing Height | ||
+ | Metric_Mean | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | ! Mean for Right Medial Ankle Standing Height | ||
+ | Metric_Mean | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | ! Left Leg Length - Distance between LASIS and LMMA heights | ||
+ | Subtract_Signals | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | |||
visual3d/documentation/pipeline/signal_commands/subtract_signals.1718804347.txt.gz · Last modified: 2024/06/19 13:39 by sgranger