channel {tuneR}R Documentation

Channel conversion for Wave objects

Description

Convenient wrapper to extract one or more channels from an object of class Wave and return it in form of a data frame.

Usage

channel(object, which = c("both", "left", "right"))

Arguments

object Object of class Wave.
which Character indicating which channel(s) should be returned in form of a data frame.

Value

Data frame containing the data of one or two channels from the corresponding Wave object.

Author(s)

Uwe Ligges, ligges@statistik.uni-dortmund.de

See Also

Wave, mono, extractWave


[Package tuneR version 0.1-4 Index]