ProteoWizard
Classes | Namespaces | Functions
mexhat.hpp File Reference

Go to the source code of this file.

Classes

struct  ralab::base::filter::utilities::Mexican_Hat< TReal >
 Mexican hat wavelet. More...
 
struct  ralab::base::filter::utilities::Mexican_Hat2< TReal >
 Mexican hat wavelet Version 2. More...
 

Namespaces

 ralab
 EQUISPACEINTERPOL Interpolation on a equidistantly spaced grid.
 
 ralab::base
 
 ralab::base::filter
 
 ralab::base::filter::utilities
 

Functions

template<typename TReal >
TReal ralab::base::filter::utilities::scaleWavelet (std::vector< TReal > &mh, std::vector< TReal > &x)
 Scales a mother wavelet so that the conditions hold:

\[ sum(mh) = 0 \]

\[ sum(mh^2) = 1 \]

. More...

 
template<typename TReal >
TReal ralab::base::filter::utilities::getMaxHatWorker (TReal sigma, std::vector< TReal > &mh, std::vector< TReal > &x)