trackdata {emu}R Documentation

Track data object

Description

A track data object is the result of emu.track().

Format

$index
a two columned matrix, each row keeps the first and last index of the $data rows that belong to one segment
$ftime
a two columned matrix, each row keeps the times marks of one segment
$data
a multi-columned matrix with the real track values for each segment

Note

The entire data track is retrieved for each segment in the segment list. The amount of data returned will depend on the sample rate and number of columns in the track requested.

See Also

emu.track, demo.vowels.fm demo.all.rms

Examples

   data(demo.vowels.fm)
   data(demo.vowels)
   
   #Formant track data for the first segment of the segment list demo.vowels
   demo.vowels.fm[1]
  

[Package emu version 4.0 Index]