24 #ifndef _FREQUENCYESTIMATORSIMPLE_HPP_ 25 #define _FREQUENCYESTIMATORSIMPLE_HPP_ 45 static std::auto_ptr<FrequencyEstimatorSimple> create(
Type type =
Parabola,
46 unsigned int windowRadius = 1);
50 virtual Peak estimate(
const FrequencyData& fd,
51 const Peak& initialEstimate)
const = 0;
61 #endif // _FREQUENCYESTIMATORSIMPLE_HPP_
virtual ~FrequencyEstimatorSimple()
Interface for frequency estimator modules.
Simple implementation of the FrequencyEstimator interface.
pwiz::chemistry::Element::Type Type