Skip to main content
Version: current

Limiter

Description

The block Limiter limits what the maximum value of the dataset can be. If the value is higher than the limiters threshold, the value will be reduced to that threshold. This is useful if you want to ensure that the dataset is always inside this threshold.

MxNMxN

Input

The input is MxN.

Output

The output is the same as the input MxN.

Attributes

AttributeValue
NameLimiter
Threshold 10
Channels1

Name

Name specifies the name of the block.

Threshold

Threshold specifies the maximum value before the value is limited to the threshold.

Channels

Channels specifies the number of input(s)/output(s) the block will have.