whistlesAndMoans
Class WhistleDelays.DelayMeasure

java.lang.Object
  extended by whistlesAndMoans.WhistleDelays.DelayMeasure
Enclosing class:
WhistleDelays

 class WhistleDelays.DelayMeasure
extends java.lang.Object


Field Summary
private  Complex[] complexData
           
private  int fftLength
           
 
Constructor Summary
WhistleDelays.DelayMeasure(int fftLength)
           
 
Method Summary
private  void addFFTData(Complex ch1, Complex ch2, int iFreq)
           
private  void clear(int fftLength)
           
private  double getDelay()
           
private  int getPeakPos(Complex[] bearingData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

complexData

private Complex[] complexData

fftLength

private int fftLength
Constructor Detail

WhistleDelays.DelayMeasure

WhistleDelays.DelayMeasure(int fftLength)
Method Detail

clear

private void clear(int fftLength)

addFFTData

private void addFFTData(Complex ch1,
                        Complex ch2,
                        int iFreq)

getDelay

private double getDelay()

getPeakPos

private int getPeakPos(Complex[] bearingData)