VSA: Compute the Vowel space area from formant frequency values

View source: R/vfd.R

VSAR Documentation

Compute the Vowel space area from formant frequency values

Description

This function computes the area of a vowel space by taking the 2D convex hull of the space made by vowels on an F1-F2 plane. The

Usage

VSA(F1, F2)

Arguments

F1

A vector of F1 formant frequency measurements, one for each measured vowel.

F2

A vector of F2 formant frequency measurements, one for each measured vowel.

Value

The vowel space area (in Hz^2).

@examples data(pb) VSA(pb[[,"F2"]],pb[[,"F1"]])


FredrikKarlssonSpeech/articulated documentation built on July 20, 2023, 8:20 a.m.