Uses of Class
peakml.math.filter.SavitzkyGolayFilter.Points

Packages that use SavitzkyGolayFilter.Points
peakml   
peakml.math   
peakml.math.filter   
 

Uses of SavitzkyGolayFilter.Points in peakml
 

Methods in peakml with parameters of type SavitzkyGolayFilter.Points
 void MassChromatogram.savitzkyGolay(SavitzkyGolayFilter.Points p)
           
 

Uses of SavitzkyGolayFilter.Points in peakml.math
 

Methods in peakml.math with parameters of type SavitzkyGolayFilter.Points
 Signal Signal.savitzkyGolaySmooth(SavitzkyGolayFilter.Points points)
          Applies a Savitzky-Golay smoother to the signal and returns the resulting new signal.
 

Uses of SavitzkyGolayFilter.Points in peakml.math.filter
 

Methods in peakml.math.filter that return SavitzkyGolayFilter.Points
static SavitzkyGolayFilter.Points SavitzkyGolayFilter.Points.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SavitzkyGolayFilter.Points[] SavitzkyGolayFilter.Points.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in peakml.math.filter with parameters of type SavitzkyGolayFilter.Points
SavitzkyGolayFilter(SavitzkyGolayFilter.Points points)
          Standard constructor, which accepts the number of data points to use in for the smoothing filter.