A dataset containing formant measurements from 81 tokens of the MOUTH (/aw/) vowel. These came from generated nonce words. This dataset is relatively clean and can be used for vowel formant example data.
mouth
A data frame with 2,758 rows and 12 variables:
a unique identifier for each trajectory (that is, each combination of vowel_id and formant))
a unique identifier for each vowel token
the start time for that vowel
the end time for that vowel
the time where formants were extracted
how far into the vowel's duration (in terms of percent of the duration) the formants were extracted. 0 = onset, 50 = midpoint, 100 = offset
the generated nonce word I read
the consonant(s) before the vowel (if any)
the consonant(s) after the vowel
which formant did the data come from
the formant measurements, in hz
This dataset is a subset of the coronals dataframe. It only includes data
from the MOUTH vowel, from only F1 and F2, and reshaped into a "tall" format.
See ?coronals
for more information on how the dataset was prepared.