eemddenoise: Denosing using EEMD method

View source: R/eemddenoise.R

eemddenoiseR Documentation

Denosing using EEMD method

Description

This function smooths the input signal using the EEMD method.

Usage

eemddenoise(
  xt,
  tt = NULL,
  cv.index,
  cv.level,
  cv.tol = 0.1^3,
  cv.maxiter = 20,
  by.imf = FALSE,
  trials.dir = "EEMD",
  noise.amp = sd(xt) * 0.1,
  trials = 5,
  nimf = 5,
  tol = sd(xt) * 0.1^2,
  max.sift = 20,
  stop.rule = "type1",
  boundary = "periodic",
  max.imf = 10
)

Arguments

xt

The input signal.

Value

The smoothed signal.


gongyh/RamanD2O documentation built on Dec. 13, 2024, 8:39 a.m.