Normalisation is the process of scaling a signal or a set of values so that they fit within a desired range or have a specific statistical property. It is a fundamental operation in digital signal processing, used to prepare data for analysis, improve numerical stability, or enable meaningful comparisons between different signals.
There are several common types of normalisation, each serving a different purpose.
Peak Normalisation
Peak normalisation scales a signal so that its maximum absolute value equals a target level, usually 1.0 or a specified dB level. This preserves the shape of the waveform while adjusting its overall amplitude.
For a signal $x[n]$, the peak-normalised output is: