Alias: null
Common Name: Half Wave Rectifier
Class: org. imirsel. m2k. math. HalfWaveRectifier

Overview: This module takes the input function and generates an output function where all values below a threshold are set to the threshold.

Detailed Description: This module takes the input (an array of doubles) and generates an output of identical length, where all values below the threshold are set to the threshold. The threshold defaults to zero.

Data Handling: The input data is not modified


Inputs:
function
[D
The function to be half-wave rectified (Double array).


Outputs:
rectified function
[D
The rectified function. All values below threshold are clipped to threshold.



Properties:
Rectification Threshold
all input data below the threshold will be clipped to the threshold