Uses of Class
whistleDetector.WhistlePeak
Packages that use WhistlePeak
-
Uses of WhistlePeak in whistleDetector
Methods in whistleDetector that return WhistlePeakModifier and TypeMethodDescriptionWhistleShape.getLastPeak()WhistleShape.GetPeak(int iP) Get the reference ot a peak at a specific referenceMethods in whistleDetector that return types with arguments of type WhistlePeakMethods in whistleDetector with parameters of type WhistlePeakModifier and TypeMethodDescriptionvoidWhistleShape.addPeak(WhistlePeak peak) Add a new peak to the contourMethod parameters in whistleDetector with type arguments of type WhistlePeakModifier and TypeMethodDescriptionvoidPeakDataUnit.setWhistlePeaks(ArrayList<WhistlePeak> whistlePeaks) Constructor parameters in whistleDetector with type arguments of type WhistlePeakModifierConstructorDescriptionPeakDataUnit(long timeMilliseconds, int channelBitmap, long startSample, int duration, ArrayList<WhistlePeak> whistlePeaks, int sliceNumber)