Link Search Menu Expand Document
This page is a DRAFT.

Rectify Unit

Converting bipolar signals to unipolar signals.

Overview

This unit takes a bipolar signal (i.e. a signal that has both negative and positive portions) and forces it to be either all positive or all negative. There are 3 types of rectification available:

rectify.png
Type Description
positive half Pass the positive portion of the input signal unaffected and clamp the negative portion to zero.
negative half Pass the negative portion of the input signal unaffected and clamp the positive portion to zero.
full Invert the negative portion so that it is positive. Leave the positive portion unaffected.

Parameters

type

Option

Here you choose among the 3 available rectification types.