scalevowels {vowels}R Documentation

Scale Normalized Vowels to Appear Hz-Like

Description

Converts normalized values (such as those created by the Lobanov and Nearey methods) to Hertz-like values.

Usage

scalevowels(normed.vowels)

Arguments

normed.vowels a required data frame of normalized vowel data with or without columns for normalized F3. This should be in the format: speaker_id, vowel_id, context or vowel_N, F1', F2', (F3',) F1_glide', F2_glide', (F3_glide'), where parenthesized items are optional. If there are no F3s, this should be indicated with attribute "no.f3s" set to TRUE.

Details

Scaling is necessary to convert the output from some normalization methods to values that appear Hertz-like (and are thus more familiar). However, scaling is rarely recommended as in someways it undoes the process of normalization. See http://ncslaap.lib.ncsu.edu/tools/norm/about_norm.php for some important details.

Value

The original data frame with the normalized values scaled.

Warning

The development of the library and this function are ongoing. The arguments to the function may change in future version.

Author(s)

Kendall, Tyler <tsk3@duke.edu>

See Also

norm.lobanov, norm.nearey, norm.wattfabricius


[Package vowels version 1.1 Index]