clip
math.clip
Please enter a brief description.
Parameters
ID | Range | Default | Description |
Value | 0.00 - 1.00 | 1.00 | The (absolute) maximum value that is passed through the node |
This operator implements a hard-clipping function where it truncates all values above the threshold defined by the Value
parameter.
It also operates on the negative signal side, so if you set the Value
to 0.5, any signal value that is smaller than -0.5
will be clipped to -0.5
.