User Tools

Site Tools


visual3d:documentation:pipeline:signal_commands:rectify

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:signal_commands:rectify [2025/12/12 16:11] wikisysopvisual3d:documentation:pipeline:signal_commands:rectify [2026/01/09 15:10] (current) wikisysop
Line 7: Line 7:
 x(ti)= abs(x(ti)) x(ti)= abs(x(ti))
  
-A visual example of what a rectified signal might look like:+A visual example of what a rectified signal might look like:\\
 {{:visual3d:documentation:pipeline:signal_commands:rectify_example.png|}} {{:visual3d:documentation:pipeline:signal_commands:rectify_example.png|}}
  
Line 27: Line 27:
 ====Command Parameters==== ====Command Parameters====
 The parameters that can be used to control the command are as follows: The parameters that can be used to control the command are as follows:
-|**Signal Types**|The type of signal to be evaluated+|**Signal Types**|The type of signal to be rectified
-|**Signal Folder**|The name of the signal to be evaluated|+|**Signal Folder**|The name of the signal to be rectified|
 |**Signal Names**|The name of the signal folder| |**Signal Names**|The name of the signal folder|
 |**Result Types**|The type of the resulting signal| |**Result Types**|The type of the resulting signal|
Line 36: Line 36:
  
 ====Command Dialog==== ====Command Dialog====
 +The command can be edited via text editor or via a dialog. The details on the command and the dialog are found below:
 +
 {{:RectifyDlg.png}} {{:RectifyDlg.png}}
  
-====Notes==== 
  
-====Example==== 
  
 +====Example: Rectifying Hip Moment Signal====
 +This example shows how the Rectify command can be used on a hip moment signal to show only the absolute value of each component:
 +<code>
 +Rectify
 +/SIGNAL_TYPES=LINK_MODEL_BASED
 +! /SIGNAL_FOLDER=ORIGINAL
 + /SIGNAL_NAMES=LHipMoment
 + /RESULT_TYPES=LINK_MODEL_BASED
 +! /RESULT_FOLDERS=PROCESSED
 + /RESULT_NAME=LHip_Rectified
 +! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=
 +;
 +</code>
  
  
  
  
visual3d/documentation/pipeline/signal_commands/rectify.1765555882.txt.gz · Last modified: by wikisysop