SkalierungAddition
SkalierungAddition is a term used in German-language texts to describe a simple affine transformation consisting of two operations: scaling (Skalierung) and addition (Addition). The basic form maps an input value x to a new value y = s · x + o, where s is the scaling factor and o is the offset. This combination is widely used to adjust the magnitude and the baseline of data or signals.
In one dimension, the transformation is invertible when s ≠ 0, with the inverse given by x =
Composition of two SkalierungAddition steps produces another affine transformation: y = S1(S2x + o2) + o1 = (S1S2)x + (S1o2 + o1).
Applications include data normalization and standardization, sensor calibration, image processing for contrast and bias adjustments, and