Uses of Class
ca.uqac.lif.cep.signal.PlateauFinder
-
Packages that use PlateauFinder Package Description ca.uqac.lif.cep.signal 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 PlateauFinder Modifier and Type Method Description PlateauFinder
PlateauFinder. duplicate(boolean with_state)
PlateauFinder
PlateauFinder. setPlateauRange(int range)
Sets the range all values should lie in to be considered in the same plateauPlateauFinder
PlateauFinder. setRelative(boolean relative)
Sets whether the height of the plateau should be relative to that of the last plateau (true
), or absolute (false
)
-