Uses of Class
Localiser.algorithms.PeakPosition
Packages that use PeakPosition
-
Uses of PeakPosition in Localiser.algorithms
Methods in Localiser.algorithms that return PeakPositionModifier 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