User Tools

Site Tools


visual3d:documentation:pipeline:signal_commands:rectify

This is an old revision of the document!


Rectify

Overview

Rectifying a signal is a simple process that involves taking the absolute value of a bipolar signal to output a unipolar version. The Rectify command can be used to compute the absolute value of every element of a signal for use cases that require entirely positive signals.

Visual3D calculates signal rectification using the following formula:

x(ti)= abs(x(ti))

A visual example of what a rectified signal might look like:

Pipeline Command

The Rectify command can be found in the Pipeline Workshop within the Signal Math folder as so:

Rectify
! /SIGNAL_TYPES=
! /SIGNAL_FOLDER=ORIGINAL
! /SIGNAL_NAMES=
! /RESULT_TYPES=
! /RESULT_FOLDERS=PROCESSED
! /RESULT_NAME=
! /APPLY_AS_SUFFIX_TO_SIGNAL_NAME=
;

Command Parameters

The parameters that can be used to control the command are as follows:

Signal TypesThe type of signal to be evaluated
Signal FolderThe name of the signal to be evaluated
Signal NamesThe name of the signal folder
Result TypesThe type of the resulting signal
Result FoldersThe name of the resulting folder
Result NameThe name of the resulting signal
Apply As Suffix To Signal NameAdd a suffix to the signal name

Command Dialog

Notes

Example

visual3d/documentation/pipeline/signal_commands/rectify.1765555882.txt.gz · Last modified: by wikisysop