Module mzsignal::smooth

source ·
Expand description

An implementation of smoothing filters and transformations

Structs§

Enums§

Functions§

  • Compute a moving average over a window of size N on either side of each point using a compile time-known window size.
  • Compute a moving average over a window of size N on either side of each point. This uses dynamic dispatch to a fixed window size implementation. This maxes out at 20 currently.
  • A wrapper around SavitskyGolay for the nalgebra backend.