whistlesAndMoans
Class WhistleDelays.DelayMeasure
java.lang.Object
whistlesAndMoans.WhistleDelays.DelayMeasure
- Enclosing class:
- WhistleDelays
class WhistleDelays.DelayMeasure
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
complexData
private Complex[] complexData
fftLength
private int fftLength
WhistleDelays.DelayMeasure
WhistleDelays.DelayMeasure(int fftLength)
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)