Uses of Class
whistleDetector.WhistleShape
Packages that use WhistleShape
- 
Uses of WhistleShape in whistleDetector
Methods in whistleDetector that return WhistleShapeMethods in whistleDetector with parameters of type WhistleShapeModifier and TypeMethodDescriptionintWhistleShape.compareTo(WhistleShape w) Compare this whistle to that of another whistlestatic intWhistleDelays.getDelay(PamDataBlock fftDataBlock, WhistleShape whistle, int delayChannel) Calculate the delay.intWhistleLocaliser.getDelay(FFTDataBlock fftDataBlock, WhistleShape whistle, int whistleChannel, int bearingChannel) Calculates the delay between a whistle on one channel and another given channel number.voidShapeDataUnit.setWhistleShape(WhistleShape whistleShape) Constructors in whistleDetector with parameters of type WhistleShapeModifierConstructorDescriptionShapeDataUnit(long timeMilliseconds, int channelBitmap, long startSample, int duration, WhistleShape whistleShape)