Uses of Class
adams.data.filter.AbstractSavitzkyGolay
-
Packages that use AbstractSavitzkyGolay Package Description adams.data.baseline adams.data.filter adams.data.smoothing -
-
Uses of AbstractSavitzkyGolay in adams.data.baseline
Fields in adams.data.baseline declared as AbstractSavitzkyGolay Modifier and Type Field Description protected AbstractSavitzkyGolay
AbstractSavitzkyGolayBased. m_Filter
the filter to use.Methods in adams.data.baseline that return AbstractSavitzkyGolay Modifier and Type Method Description protected abstract AbstractSavitzkyGolay
AbstractSavitzkyGolayBased. getFilter()
Returns a new instance of a SavitzkyGolay filter.protected AbstractSavitzkyGolay
TimeseriesSavitzkyGolayBased. getFilter()
Returns a new instance of a SavitzkyGolay filter. -
Uses of AbstractSavitzkyGolay in adams.data.filter
Subclasses of AbstractSavitzkyGolay in adams.data.filter Modifier and Type Class Description class
TimeseriesSavitzkyGolay
A filter that applies Savitzky-Golay smoothing.
For more information see:
A. -
Uses of AbstractSavitzkyGolay in adams.data.smoothing
Fields in adams.data.smoothing declared as AbstractSavitzkyGolay Modifier and Type Field Description protected AbstractSavitzkyGolay
AbstractSavitzkyGolayBased. m_SavitzkyGolay
the Savitzly-Golay filter in use.Methods in adams.data.smoothing that return AbstractSavitzkyGolay Modifier and Type Method Description protected abstract AbstractSavitzkyGolay
AbstractSavitzkyGolayBased. getDefault()
Returns the default Savitzky-Golay filter.protected AbstractSavitzkyGolay
TimeseriesSavitzkyGolayBased. getDefault()
Returns the default Savitzky-Golay filter.
-