Uses of Class
Localiser.algorithms.PeakPosition
-
Uses of PeakPosition in Localiser.algorithms
Modifier and TypeMethodDescriptionPeakSearch.interpolatedPeakSearch
(double[] data) find the height and position of the peak in a range or data, starting from binFrom and searching up to and including binTo-1PeakSearch.interpolatedPeakSearch
(double[] data, int binFrom, int binTo) find the height and position of the peak in a range or data, starting from binFrom and searching up to and including binTo-1PeakSearch.simplePeakSearch
(double[] data) Find the highest bin, no interpolation or anything.PeakSearch.simplePeakSearch
(double[] data, int binFrom, int binTo) find the height and position of the peak in a range or data, starting from binFrom and searching up to and including binTo-1