spectralAnalysis (version 4.3.3)

spectralSmoothAndDifferentiate: internal smoothing and differentiation function

Description

internal smoothing and differentiation function

Usage

spectralSmoothAndDifferentiate(
  object,
  method = "sg",
  order = 3,
  window = order + 7 - order%%2,
  derivative = 0,
  dim = "spectralAxis"
)

Arguments