Uses of Class
adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
-
Packages that use AbstractPlotProcessorWithBuffer Package Description adams.flow.control.plotprocessor -
-
Uses of AbstractPlotProcessorWithBuffer in adams.flow.control.plotprocessor
Subclasses of AbstractPlotProcessorWithBuffer in adams.flow.control.plotprocessor Modifier and Type Class Description class
Expression
Applies a mathematical function to the data (separately for X and Y).
Values can be accessed using 'xN' and 'yN' with 'N' being the 1-based index in the current window.class
LOWESS
A processor that applies LOWESS smoothing.
For more information see:
WikiPedia.class
SavitzkyGolay
A processor that applies SavitzkyGolay smoothing.
For more information see:
A.class
SimpleSavitzkyGolay
A processor that applies SimpleSavitzkyGolay smoothing.
For more information see:
A.
-