Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Classes | Enumerations
SignalProcessing

Signal processing classes (noise estimation, noise filters, baseline filters) More...

Classes

class  MorphologicalFilter
 This class implements baseline filtering operations using methods from mathematical morphology. More...
 
class  InternalCalibration
 A simple calibration method using linear interpolation of given reference masses. More...
 
class  TOFCalibration
 This class implements an external calibration for TOF data using external calibrant spectra. More...
 
class  SignalToNoiseEstimatorMeanIterative< Container >
 Estimates the signal/noise (S/N) ratio of each data point in a scan based on an iterative scheme which discards high intensities. More...
 
class  SignalToNoiseEstimatorMedian< Container >
 Estimates the signal/noise (S/N) ratio of each data point in a scan by using the median (histogram based) More...
 
struct  SignalToNoiseEstimatorMedianRapid::NoiseEstimator
 Class to compute the noise value at a given position. More...
 
class  SignalToNoiseEstimatorMedianRapid
 Estimates the signal/noise (S/N) ratio of each data point in a scan by using the median (window based) More...
 
class  GaussFilter
 This class represents a Gaussian lowpass-filter which works on uniform as well as on non-uniform profile data. More...
 
class  GaussFilterAlgorithm
 This class represents a Gaussian lowpass-filter which works on uniform as well as on non-uniform profile data. More...
 
class  LowessSmoothing
 LOWESS (locally weighted scatterplot smoothing). More...
 
class  SavitzkyGolayFilter
 Computes the Savitzky-Golay filter coefficients using QR decomposition. More...
 

Enumerations

enum  IntensityThresholdCalculation { MANUAL = -1, AUTOMAXBYSTDEV = 0, AUTOMAXBYPERCENT = 1 }
 method to use for estimating the maximal intensity that is used for histogram calculation More...
 
enum  IntensityThresholdCalculation { MANUAL = -1, AUTOMAXBYSTDEV = 0, AUTOMAXBYPERCENT = 1 }
 method to use for estimating the maximal intensity that is used for histogram calculation More...
 

Detailed Description

Signal processing classes (noise estimation, noise filters, baseline filters)

Enumeration Type Documentation

enum IntensityThresholdCalculation

method to use for estimating the maximal intensity that is used for histogram calculation

Enumerator
MANUAL 
AUTOMAXBYSTDEV 
AUTOMAXBYPERCENT 
enum IntensityThresholdCalculation

method to use for estimating the maximal intensity that is used for histogram calculation

Enumerator
MANUAL 
AUTOMAXBYSTDEV 
AUTOMAXBYPERCENT 

OpenMS / TOPP release 2.0.0 Documentation generated on Sat May 16 2015 16:13:43 using doxygen 1.8.9.1