jass.generators
Class HalfSampleDelayKLFilter.State

java.lang.Object
  extended by jass.generators.HalfSampleDelayKLFilter.State
Enclosing class:
HalfSampleDelayKLFilter

public class HalfSampleDelayKLFilter.State
extends java.lang.Object


Field Summary
 double[] area
           
 double[] b
           
 double dampingCoeff
           
 double[] f
           
 double glottalRefl
           
 double lipRefl
           
 int nSectionsUsed
           
 int nTubeSections
           
 
Constructor Summary
HalfSampleDelayKLFilter.State()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glottalRefl

public double glottalRefl

lipRefl

public double lipRefl

dampingCoeff

public double dampingCoeff

nTubeSections

public int nTubeSections

nSectionsUsed

public int nSectionsUsed

area

public double[] area

f

public double[] f

b

public double[] b
Constructor Detail

HalfSampleDelayKLFilter.State

public HalfSampleDelayKLFilter.State()