View source: R/local_mean_and_envelope.R
local_mean_and_envelope | R Documentation |
Method for finding Local Mean and Envelope
local_mean_and_envelope(signal, extrema)
signal |
Signal values (Numeric | vector) |
extrema |
indexes for extreme values |
mean, envelope and smoothed mean and envelope values
Shubhra Prakash, shubhraprakash279@gmail.com
https://pypi.org/project/PyLMD/
signal = sin(1:10) extrema = c(1 , 2, 5, 8, 10) local_mean_and_envelope(signal, extrema)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.