Skip to content

normalization

Normalization

Bases: SignalFilter

filter()

Divides signal or signals by their corresponding Euclidean norms.

Note

Signals with norm equal to 0 will be ignored.

Returns:

Type Description
ndarray

np.ndarray[N, M] or [M,]: Normalized signal(s).