Apply a smoother to estimated notes.
Currently, only a running median (using decmedian
in package pastecs) is available.
smoother(notes, method = "median", order = 4, times = 2)
The smoothed series of notes.
Series of notes, a vector of integers such as returned by noteFromFF
.
Currently, only a running 'median'
(using decmedian
in package pastecs) is available.
The window used for the running median corresponds to 2*order + 1.
The number of times the running median is applied (default: 2).
Uwe Ligges ligges@statistik.tu-dortmund.de