Math

MinMax Block

Outputs the minimum or maximum of all input signals

Open MinMax in BlockWerk →

# MinMax Block

Description

Outputs the minimum or maximum of all connected input signals. Useful for signal selection, protection logic, and envelope detection.

Mathematical Model

y = \min(u_1, \dots, u_n) \quad \text{or} \quad y = \max(u_1, \dots, u_n)

where u₁...uₙ are all connected input signals.

Parameters

operation

Select "min" or "max".

Remarks

Examples

See Also