powerRootMeanSquare: Calculate the root mean square within a sliding window

Description Usage Arguments Value

View source: R/SignalProcessing.R

Description

Calculate the root mean square within a sliding window

Usage

1
powerRootMeanSquare(data, windowSizeSamples, windowSlide)

Arguments

data

Numeric vector containing the signal

windowSizeSamples

Window size in number of samples within which the power will be calculated

windowSlide

Shift of the window between calculation of root mean square

Value

Numeric, root mean square of all windows


kevin-allen/relectro documentation built on May 20, 2019, 9:06 a.m.