Skip to contents

Extract the waveform values as a table

Usage

wave_df(wave, norm = TRUE)

Arguments

wave

A Wave object.

norm

Logical. If true, the amplitude values are rescaled to a range of -1 to 1.

Value

A tibble data frame.

Examples

 if (FALSE) { # \dontrun{
data(coryphoda)
wave_df(coryphoda)
} # }