Component: Rectifier (DSP Operators)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 1.2 |
Category | DSP Operators |
Contents
Rectifier component
Converts the negative elements of a signal into a mirrored positive signal.
Component Source Code
Please click here for the component source code: FC_Comp_Source_DSP_Rectifier.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
![]() |
ControlRectifier |
Enables or disables the rectifier, enabled by default | |
![]() |
State |
0=Disable, 1=Enable | |
![]() |
Return |
![]() |
Rectify |
Collects a single value from the input buffer and outputs a rectified version of the value. | |
![]() |
Return |
![]() |
RectifyArray |
Passes an entire buffer through the rectifier and outputs a rectified version of the buffer at the other end | |
![]() |
Return |