ProteoWizard
|
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 | |
namespace | ralab |
EQUISPACEINTERPOL Interpolation on a equidistantly spaced grid. | |
namespace | ralab::base |
namespace | ralab::base::filter |
namespace | 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: | |
template<typename TReal > | |
TReal | ralab::base::filter::utilities::getMaxHatWorker (TReal sigma, std::vector< TReal > &mh, std::vector< TReal > &x) |