This block is used to invert a normalized input signal u from [0..1] to [1..0]. Formally, the output y is computed as:
y = 1 - u;