Description Usage Arguments Value
View source: R/SignalProcessing.R
Calculate the root mean square within a sliding window
1  | powerRootMeanSquare(data, windowSizeSamples, windowSlide)
 | 
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  | 
Numeric, root mean square of all windows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.