com.honksandsirens
Class Formant

java.lang.Object
  |
  +--com.honksandsirens.Formant

public class Formant
extends java.lang.Object

Author:
James Forrest

Field Summary
static double[] A
           
static double[] E
           
static double[] ER
           
static double[] I
           
static double[] O
           
static double[] OO
           
static double[] U
           
static double[] UH
           
static java.lang.String[] VOWEL_NAMES
           
 
Constructor Summary
Formant(double[] formantValues)
           
 
Method Summary
 double getAmplitude(int whichFormant)
           
 double getFrequency(int whichFormant)
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

A

public static final double[] A

E

public static final double[] E

I

public static final double[] I

O

public static final double[] O

OO

public static final double[] OO

U

public static final double[] U

ER

public static final double[] ER

UH

public static final double[] UH

VOWEL_NAMES

public static final java.lang.String[] VOWEL_NAMES
Constructor Detail

Formant

public Formant(double[] formantValues)
Method Detail

getFrequency

public double getFrequency(int whichFormant)

getAmplitude

public double getAmplitude(int whichFormant)

getSize

public int getSize()