smoother: Meta Function for Smoothers

View source: R/smooth.R

smootherR Documentation

Meta Function for Smoothers

Description

Apply a smoother to estimated notes. Currently, only a running median (using decmedian in package pastecs) is available.

Usage

smoother(notes, method = "median", order = 4, times = 2)

Arguments

notes

Series of notes, a vector of integers such as returned by noteFromFF.

method

Currently, only a running 'median' (using decmedian in package pastecs) is available.

order

The window used for the running median corresponds to 2*order + 1.

times

The number of times the running median is applied (default: 2).

Value

The smoothed series of notes.

Author(s)

Uwe Ligges ligges@statistik.tu-dortmund.de


tuneR documentation built on Nov. 27, 2023, 5:11 p.m.

Related to smoother in tuneR...