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 classExpressionApplies 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.classLOWESSA processor that applies LOWESS smoothing.
For more information see:
WikiPedia.classSavitzkyGolayA processor that applies SavitzkyGolay smoothing.
For more information see:
A.classSimpleSavitzkyGolayA processor that applies SimpleSavitzkyGolay smoothing.
For more information see:
A.
-