ProteoWizard
|
#include <boost/math/distributions/normal.hpp>
#include "pwiz/utility/findmf/base/filter/utilities/gauss.hpp"
Go to the source code of this file.
Namespaces | |
ralab | |
EQUISPACEINTERPOL Interpolation on a equidistantly spaced grid. | |
ralab::base | |
ralab::base::filter | |
Functions | |
template<typename TReal > | |
TReal | ralab::base::filter::getGaussianFilter (std::vector< TReal > &gauss, TReal fwhm=20) |
generate the gauss filter function for filtering of peaks with fwhm (full width at half max) More... | |
template<typename TReal > | |
TReal | ralab::base::filter::getGaussianFilterQuantile (std::vector< TReal > &gauss, TReal fwhm=20, TReal quantile=0.01) |
generate the gauss filter function for filtering of peaks with fwhm (full width at half max) More... | |
template<typename TReal > | |
TReal | ralab::base::filter::getGaussian1DerFilter (std::vector< TReal > &gauss1d, TReal fwhm=20) |
generate first derivative Gauss More... | |
template<typename TReal > | |
TReal | ralab::base::filter::getGaussian1DerFilterQuantile (std::vector< TReal > &gauss1d, TReal fwhm=20, TReal quantile=0.1) |