14 typedef std::pair<float, float>
BElem;
17 typedef std::vector<BElem>
Band;
30 bool operator()(std::vector<float> &ls,
float dt)
const
31 {
return filter(ampls, dt);}
47 virtual bool filter(std::vector<float> &ls,
float dt)
const;
52 virtual float coeff(
float f)
const;
float operator()(float f) const
Definition: bpflt.hpp:34
const Band & band() const
Definition: bpflt.hpp:39
std::pair< float, float > BElem
Definition: bpflt.hpp:14
Band m_band
Definition: bpflt.hpp:44
bool operator()(std::vector< float > &ls, float dt) const
Definition: bpflt.hpp:30
std::vector< BElem > Band
Definition: bpflt.hpp:17
virtual float coeff(float f) const
virtual bool filter(std::vector< float > &ls, float dt) const