Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tracktimes

Get the track times from EMU trackdata objects


Description

The function obtains the times at which track values occur.

Usage

tracktimes(trackdata)

Arguments

trackdata

An EMU trackdata object, or a matrix of track values obtained at a single time point using dcut()

Details

Every \$data value in a trackdata object is associated with a time at which it occurs in the utterance. This function returns those times.

Author(s)

Jonathan Harrington

See Also

Examples

# track time values for a trackdata object
times <- tracktimes(vowlax.fdat)
# track time values for a matrix of trackdata values
# at  the temporal midpoint
tracktimes(dcut(vowlax.fdat[1:3,], 0.5, prop=TRUE))

emuR

Main Package of the EMU Speech Database Management System

v2.2.0
GPL (>= 2)
Authors
Raphael Winkelmann [aut, cre], Klaus Jaensch [aut, ctb], Steve Cassidy [aut, ctb], Jonathan Harrington [aut, ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.