Utilities¶
Signal Processing¶
- pathbench.utils.normalise_signal(x, method)[source]¶
Normalise signal to RMS or zero mean
- Parameters:
x – signal
method – Method to use for normalisation
- Returns:
Normalise signal to RMS or zero mean
x – signal
method – Method to use for normalisation