rms#
- radiotools.utils.rms(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | complex | bytes | str | _NestedSequence[complex | bytes | str], *, axis: int | None = 0)[source]#
Return an array of the root-mean-square (RMS) value of the passed array.
- Parameters:
- aarray_like
Array of which to find the RMS.
- axisint or None
- Returns:
- rmsnp.ndarray
Array of rms values.