Component: Rectifier (DSP)

From Flowcode Help
Revision as of 09:11, 12 October 2020 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Matrix Ltd
Version 1.2 (Release)
Category DSP


Image Rectifier component

Converts the negative elements of a signal into a mirrored positive signal.

Examples

No additional examples


Downloadable macro reference

ControlRectifier

Enables or disables the rectifier, enabled by default

Parameters

BOOL State
0=Disable, 1=Enable


Return value

This call does not return a value


Rectify

Collects a single value from the input buffer and outputs a rectified version of the value.

Parameters

This macro has no parameters


Return value

This call does not return a value


RectifyArray

Passes an entire buffer through the rectifier and outputs a rectified version of the buffer at the other end

Parameters

This macro has no parameters


Return value

This call does not return a value


Simulation macro reference

This component does not contain any simulation macros


Property reference

Connect To

This property is of type Panel object and can be referenced with the variable name ConnectTo.

DSP component with output buffer to collect our data from.

Buffer Size

This property is of type Unsigned integer and can be referenced with the variable name BuffSize.

Number of individual elements the buffer can store, default 1.

Buffer Type

This property is of type Fixed list of ints and can be referenced with the variable name BuffType.

Sets the buffer data type.

Rectifier Threshold

This property is of type Signed integer and can be referenced with the variable name RectifyValue.

Value at which to choose to flip the signal.

Default 0 for a signed buffer.