skdh.features.RMS#

class skdh.features.RMS#

The root mean square value of the signal

Methods

compute(signal, *[, axis])

Compute the RMS

compute(signal, *, axis=-1)#

Compute the RMS

Parameters:
signalarray-like

Array-like containing values to compute the RMS for.

axisint, optional

Axis along which the signal entropy will be computed. Ignored if signal is a pandas.DataFrame. Default is last (-1).

Returns:
rmsnumpy.ndarray

Signal RMS.