slice: Generic function to partition a time series into windows with...

Description Usage Arguments Value

Description

Generic function to partition a time series into windows with overlap

Usage

1
slice(x, window.width, stepsize, window.function = signal::hanning, ...)

Arguments

x

Time series to be sliced

window.width

Width of each partition window (in ms)

stepsize

Stepsize for the windowing (in ms)

window.function

Windowing function to be used during extraction (default: hanning window)

...

Extra arguments for future methods

Value

A matrix with one window per column


LiKao/VoiceExperiment documentation built on May 7, 2019, 1:19 p.m.