Package ca.uqac.lif.cep.signal
Signal processing functionalities: peak detection, threshold, etc.
- Author:
- Sylvain Hallé
-
Class Summary Class Description Limit Outputs at most one non-zero event in an interval of width n.Main Dummy main fileNoise PeakFinderLocalMaximum Finds a peak in a data stream using the local maximum algorithm.PeakFinderTravelRise Finds peaks in a sequence of numerical values using the "travel-rise" technique.Persist Persists a locally maximal value for a certain amount of time.PlateauFinder Finds a plateau in a data stream.Smooth Smooth.ArrayAverage Computes the average of values in an arrayThreshold WindowProcessor