Uses of Class
ca.uqac.lif.cep.signal.PlateauFinder
Packages that use PlateauFinder
Package
Description
Signal processing functionalities: peak detection, threshold, etc.
-
Uses of PlateauFinder in ca.uqac.lif.cep.signal
Methods in ca.uqac.lif.cep.signal that return PlateauFinderModifier and TypeMethodDescriptionPlateauFinder.duplicate(boolean with_state) PlateauFinder.setPlateauRange(int range) Sets the range all values should lie in to be considered in the same plateauPlateauFinder.setRelative(boolean relative) Sets whether the height of the plateau should be relative to that of the last plateau (true), or absolute (false)